PostgreSQL syntax check without running the query

前端 未结 8 1821
时光取名叫无心
时光取名叫无心 2020-12-24 05:03

I want to verify the syntax of files containing sql queries before they can be committed in my CVS project.

In order to do that, I have a commitinfo script, but I h

8条回答
  •  既然无缘
    2020-12-24 05:53

    A wonderful utility to verify SQL syntax: SQL Fiddle

    Supports MySQL, Oracle, PostgreSQL, SQLite, MS SQL.

提交回复
热议问题