Are there any SQL Validators that can check syntax against multiple database servers?

后端 未结 4 1327
执笔经年
执笔经年 2021-01-04 00:59

Are there any SQL Validators that can check syntax against multiple database servers?

For example, I might want to check whether a particular query will work against

4条回答
  •  天命终不由人
    2021-01-04 01:49

    For the MySQL: try automatic SQL syntax check feature in dbForge Studio for MySQL.

    For the Oracle: PL/SQL Editor in dbForge Studio for Oracle

提交回复
热议问题