I want to verify the syntax of files containing sql queries before they can be committed in my CVS project.
In order to do that, I have a commitinfo script, but I h
A wonderful utility to verify SQL syntax: SQL Fiddle
Supports MySQL, Oracle, PostgreSQL, SQLite, MS SQL.