Michael Fuhr <mike(at)fuhr(dot)org> writes:
> Automatically use indexes for MIN() and MAX() (Tom)
>
> In previous releases, the only way to use an index for MIN()
> or MAX() was to rewrite the query as SELECT col FROM tab ORDER
> BY col LIMIT 1. Index usage now happens automatically.
Thanks Michael! This is great.
--
Jorge Godoy <jgodoy(at)gmail(dot)com>