Tim Romano <tim.rom...@yahoo.com> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to