• B
    Update description: · 238fb034
    Bruce Momjian 提交于
    < * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or
    > * Allow ORDER BY ... LIMIT # to select high/low value without sort or
    868c868
    <   Right now, if no index exists, ORDER BY ... LIMIT 1 requires we sort
    >   Right now, if no index exists, ORDER BY ... LIMIT # requires we sort
    870a871
    >   MIN/MAX already does this, but not for LIMIT > 1.
    238fb034
TODO.html 46.0 KB