Online SQL Query Syntax Checker

Sql

Sql Problem Overview


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:

https://stackoverflow.com/questions/3138022/syntax-checker-and-validator-for-sql

Sql Solutions


Solution 1 - Sql

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.

Solution 2 - Sql

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionsa_nycView Question on Stackoverflow
Solution 1 - SqlserakfalconView Answer on Stackoverflow
Solution 2 - SqlDeanOCView Answer on Stackoverflow