Robert Citek <[email protected]> wrote: > How can I speed up the sorting of a union all query?
Basically, you can't. An index can't be used for this. Consider changing your requirements, or your design, to make such a query unnecessary. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

