Generic way to convert SQL to oracle query statements.
When developing a system that is not supposed to be depended on specific implementation of SQL by a database management system it is a requirement that one sticks to standard SQL. However, sometimes you find existing systems that you need to convert from one database management system to another. Is there for example a generic way to convert SQL to oracle query statements?








