| Subject | Using index-optimizer with max(xfield) function |
|---|---|
| Author | stshazad |
| Post date | 2003-11-20T07:24:45Z |
If I issue following statement
Select max(aField) from aTable
and there is an index on afield, it is not used. How can I use an
index wit above statement ???
Select max(aField) from aTable
and there is an index on afield, it is not used. How can I use an
index wit above statement ???