I have these two queries :
- SELECT A,B, C FROM MyTable
- ORDER BY 1,2
- ----------------
- SELECT A,B, C FROM MyTable
- ORDER BY A,B
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amira BedhiafiPosted Apr 20, 2021, 8:45 AM
Aarti GuptaPosted Apr 20, 2021, 8:49 AM