I am looking for an application that will give me more descriptive information about syntax errors in SQL queries than:
You have an error in the SQL syntax; check the manual that matches the version of your MySQL server for the correct syntax to use next (...)
Finally, I always find out what is wrong with my request, but it is a little strange that the error messages are so general. I knew that it was difficult to pinpoint errors in a language such as SQL, but using at least some heuristics (if not exact rules), it should be possible to give some suggestions about common possible problems.
Does anyone know such a tool?
MySQL bison/flex.
( MySQL) , , , .
, :
(... (.....)
? , , , . , . , , C ( ), , .
:
, s = '' r = '' ';
? "" where, :
, s = "' r =' '";
, s = '' r = '';
, , , SQL. , , . , , , -, -.
, , MySQL , , .
, , , mysql . , - .
Source: https://habr.com/ru/post/1734243/More articles:Can we make an overloaded controller method in ASP.NET MVC - c #Relative paths in Delphi and ITE projects in particular - delphiRichfaces tabPanel - using the same page for different tabs that dynamically change content - jsfOptimal Transaction Size in Postgres? - sqlCan objects unwind before they are created on the stack? - c ++split the line after some characters with preg_match - phpRecording a video stream in Android for AR - androidStreaming internet video in android - androidString value of query string containing "&" - c #Creating a KeyDown event handler for label management - c #All Articles