我使用的是 SQuirrel SQL 客户端 3.5 版,每次修改和运行查询时,它都会打开一个新的结果选项卡。我希望它重新使用现有的结果选项卡(替换内容)有没有办法做到这一点?
问问题
1772 次
2 回答
3
Another way to do this (without having to set the sticky flag everytime) is to set the maximum limit of SQL Result Tabs to 1 in the Global New Session Properties.
You'll find it here: File --> New Session Properties --> SQL Tab
于 2014-03-11T09:20:11.890 回答
2
右键单击结果选项卡并选择粘性。这可以防止打开新的结果选项卡。
于 2014-01-17T21:24:53.230 回答