We also need ANSI SQL standard compliance for our product so that it can work with any RDBMS like MS SQL Server, Oracle, Ingres, DB2, etc.
How can we write SQL which works across all these databases?.
We are running into issues like data-type conversion, table join syntax, etc.
- vineet