TablePlus-Windows
TablePlus-Windows copied to clipboard
Only the First Result Is Displayed When Running Multiple Queries in MS SQL
TablePlus Version 6.5.8(318) Microsoft Sql Server 2016
-- Queries: select * from A; select * from B;
When I execute “Run All” in MS SQL, only the result from A is displayed.
However, in MySQL, “Run All” shows both results.
I’ve tried changing the ResultViewMode to “Split” and “Append,” but the behavior remains the same.
[mssql - one reulst tab]
[mysql - two result tab]