Hello,
Is it possible to use index when we have to use only the clause ORDER ? (I needn't to use the clause WHERE)
Can we have the possibility to use an index with the clause "ORDER" ?
Example :
Select *
from view
order by a, b, c
I would like tio create an index ordered like a,b, c