fletchsod
Programmer
- Dec 16, 2002
- 181
You know, I know that the database index need to be made for the "WHERE" clause start from left to right (B-Tree Index)..
I wonder if I need to create a database index for the "ORDER BY" clause? I just thought of that because we have to make indexes for the "WHERE" clause, you know... So, I was wondering if that mean we need to do one for the "ORDER BY" clause..
Thanks...
I wonder if I need to create a database index for the "ORDER BY" clause? I just thought of that because we have to make indexes for the "WHERE" clause, you know... So, I was wondering if that mean we need to do one for the "ORDER BY" clause..
Thanks...