How do I change the default query when you double click a table to open a new session?

Answered

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.

0
1 comment

It's impossible at the moment. We are working on sort improvements.

0

Please sign in to leave a comment.