I've noticed that select max(the_primary_key) from some_table does a table scan. Is there any plan to implement max/min calculations using index lookups if the appropriate index exists? Thanks, Alex.
- Re: [GENERAL] max / min explain adb
- Re: [GENERAL] max / min explain Brent R. Matzelle