Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online SQL Query Syntax Checker [closed]

Tags:

sql

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?

like image 569
sa_nyc Avatar asked Apr 10 '14 01:04

sa_nyc


People also ask

How do you check SQL query is correct or not online?

EverSQL Validator is a free online syntax checker for MySQL SQL statements. The validator will compile and validate SQL queries to report for syntax errors.

How do you validate a SQL query?

To validate the syntax of the statements, right-click in the editor, and then select a validation option. To validate the syntax of the statements for the connection that is selected in the Configuration tab, select the Validate statement syntax for current configuration option.


1 Answers

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.

like image 142
serakfalcon Avatar answered Sep 18 '22 15:09

serakfalcon