How can I check the SQL syntax in a .sql file?

后端 未结 7 1230
走了就别回头了
走了就别回头了 2021-02-03 23:20

How can I check the SQL syntax in a .sql file?

7条回答
  •  执笔经年
    2021-02-03 23:52

    You could paste it into a query browser like the MySQL Query Browser (part of the GUI Tools package) and visually inspect how the keywords and string literals are colored to more easily see if you've made any syntax errors.

    http://dev.mysql.com/downloads/gui-tools/5.0.html

提交回复
热议问题