You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using Mysql 5.7.40, latest antares (0.7.21), windows11.
When I use two SELECT query, it will show me 2 tabs with result, but I cannot sort the second result
To Reproduce
Here I have 2 query and 2 tabs of result
I can sort the first tab of result, but it will sort the second result with same column name too, when I want to sort other column in the second tab of result, but not work
Expected behavior
I can sort every result column seperately
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using Mysql 5.7.40, latest antares (0.7.21), windows11.
When I use two
SELECT
query, it will show me 2 tabs with result, but I cannot sort the second resultTo Reproduce
Here I have 2 query and 2 tabs of result
I can sort the first tab of result, but it will sort the second result with same column name too, when I want to sort other column in the second tab of result, but not work
Expected behavior
I can sort every result column seperately
The text was updated successfully, but these errors were encountered: