
| This is
where you can download my SQL Conversion tool. It's a beta, but it works pretty good. Let me know what problems you run into. Download the file SQLConverter.exe. To use it, you just give it the name of a file containing SQL statements. Output is written to stdout, so if you want to save the output, you must redirect it. For example: SQLConverter --from oracle --to teradata mysqlscript.sql > myconvertedsql.sql
|
|
| In
general, you don't need to give it any options, but if you want, these are the
options:
--from sqldialect
the sqldialect can be any of:
The program was originally for converting to/from Teradata, and has been updated a lot to support Greenplum Database as output, so those probably works best. the --to dialect generally only works for a limited set of these, I'll add more as I can.
|
Page last modified 2009-01-14
Copyright © 2002-2009 Charles F McDevitt.