Subject | Re: ORDER BY on large VARCHAR columns |
---|---|
Author | robert_difalco |
Post date | 2004-10-27T15:10:17Z |
--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
<aharrison@i...> wrote:
<aharrison@i...> wrote:
> OK, that's easy. Create three (or N) other fields, populate themExcellent, I'll try that today.
> with triggers that chop the main field into three (or N) pieces
> and index the pieces. Your queries will be
>
> select whole_field from table order by sub1, sub2, sub3
>
>