Tim Romano <[email protected]> wrote: > Why does the optimizer not attempt to use an index when the WHERE > clause uses the LIKE operator with a text column, as in: > > ... where myTextColumn like 'M%'
It does, when certain conditions are met. See http://sqlite.org/optoverview.html , section 4 "The LIKE optimization". Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

