Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个在线 nuodb sql 查询语法验证器。我在网上搜索,但没有找到任何好的东西。
我不知道有任何在线工具。如果您有一个现有的 nuodb 数据库,您可以通过一些简单的脚本在 linux 或 mac 上使用 nuosql 轻松验证语法。
statement=[your sql statement] echo "diagnose $statement" | nuosql --user username --password password --nosemicolon <dbname>