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.
我在 Ubuntu 上安装了 h2。我想弄清楚如何使用runscript。
我的命令:
从 ~/dkjs/kjsdgh/lala.sql 运行脚本;
它不断返回语法错误 42001。
我错过了什么?
您需要引用文件名:
runscript from '~/dkjs/kjsdgh/lala.sql';
它必须是单引号。