19 August 2009

ANSI SQL Compliance Validator

Of course, most of us don't write "pure" ANSI SQL queries because vendors don't fully implement the standard. But, it might be interesting to see how well your queries comply with the ANSI SQL standards.

Here is a web-based validation tool into which you can paste a query and it will tell you the query's level of compliance give corrective suggestions...

SQL-2003:
http://developer.mimer.com/validator/parser200x/index.tml

SQL-99:
http://developer.mimer.com/validator/parser99/index.tml

SQL-92:
http://developer.mimer.com/validator/parser92/index.tml

No comments: