what is a purpose of index with order if the query has order 1 column, do we need to use order in index
DEV Community
what is a purpose of index with order if the query has order 1 column, do we need to use order in index
For a query that sorts by only one column, you do not need to explicitly specify a sort direction...
0 comments
No comments yet.