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.
有没有办法让 DBeaver 使用 SQL Server 的备用“GO”分隔符?Squirrel SQL 通过 SQL Server 首选项(语句分隔符)允许这样做。
这应该有效。
GO批处理支持
DBeaver 首选项中有一个设置允许您指定分隔符,但它似乎不起作用。无论在首选项中输入和保存的内容都将被忽略。
相关 DBeaver 首选项窗格的屏幕截图
同时,您始终可以将 SQL 中的所有“GO”实例替换为分号“;”。