Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can 开发者_如何学编程be answered with facts and cita
I\'m looking for a way to write an SQL statement in C# targeting different providers. A typical example of SQL statements differentiating is the LIMIT in PostgreSQL vs. TOP in MSSQL.
Is there any clean way to genera开发者_运维百科te a regular expression that will match values formatted with a locale-configured java NumberFormat?Or some library that will do so?