Subject Using index-optimizer with max(xfield) function
Author stshazad
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 ???