Is there an utility to convert mysql query in postgresql query ?
See also the PostgreSQL-wiki. | |||
feedback
|
For DDL you can use mysqldump (see http://en.wikibooks.org/wiki/Converting_MySQL_to_PostgreSQL)
For DML I don't know of a tool that would automatically adjust queries from MySQL to PostgreSQL. | |||
feedback
|