Hi,
like I can do in Excel, I want to sort ascending first column A, then column B
In databases, I can only sort for 1 column
what I have as initial is
A | B |
1 | 4 |
3 | 2 |
3 | 3 |
1 | 1 |
what I want to have as result is
A | B |
1 | 1 |
1 | 4 |
3 | 2 |
3 | 3 |
databases let me only sort for A or for B
so I get either
A | B | A | B | ||
1 | 4 | here I want to have the 1 | 1 | 1 | |
1 | 1 | here the 4 | 3 | 2 | |
3 | 2 | 3 | 3 | ||
3 | 3 | 1 | 4 |
Hi @Alexander Pappert thanks for the feedback! Being able to sort by multiple columns is on our short-term roadmap and should be released within the next few months.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still looking forward to this ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.