I’m doing a table import using a multiple INSERT (INSERT INTO … VALUES (1), (2), etc.). Is there a tool that can be used to check if the form of a statement is correct for a given SQL type (ex: MySQL) without necessarily running a query with a database? I just want to check for things like apostrophes, backslashes, etc. in values.
Share
There is a tool called SqlFiddle where you can test this cases