Subject Re: ORDER BY on large VARCHAR columns
Author robert_difalco
It's interesting that there are no standard solutions for this. I
was certain Helen would have an easy sure fire way to ORDER BY
quickly with large un-indexable VARCHARs.

So, how about quick ordering by a BLOB field? Anyone have some good
solutions for that? I could always make this field a BLOB instead of
a large VARCHAR.