Translate SQL query between different databases
Translate SQL query between different databases is a very big topic, and there is no such tool available there can do all jobs for you automatically.
Here we provide some guidelines and little utilities(based on general sql parser) to help you to convert SQL statements from one RDBMS implementation to another.
- DDL(Data Definition Language)
- Select statement
- SQL functions
- Object name
[…] Datatypes conversion is one of the most important things you need to consider when migrate your appliation from one database to the other. This is one of the series of articles that we talking about translate SQL query among different databases. […]
[…] This is one of the series of articles that we talking about translate SQL query among different databases. […]