[sql] Online SQL Query Syntax Checker

I need an online sql query syntax validator.

I searched online but didn't find anything good.

I saw the references in this question too:

Syntax Checker and Validator for SQL?

This question is related to sql

The answer is


SQLFiddle will let you test out your queries, while it doesn't explicitly correct syntax etc. per se it does let you play around with the script and will definitely let you know if things are working or not.


A lot of people, including me, use sqlfiddle.com to test SQL.