How do I change the default query when you double click a table to open a new session?
已回答
The default query now is `SELECT TOP 51 t.* FROM mydb.dbo.ApiLogs t` is there anyway to change it?
Can I specify it to be sorted by a certain column, for instance, AutoID column or AddedOn column?
Right now, I have to click twice on the column to get it to sort in descending order. Its very slow when there're lots of data.
请先登录再写评论。
It's impossible at the moment. We are working on sort improvements.