On 22 Oct 2009, at 9:55pm, Ralf wrote:

> I just read, that with an operator "like '%a%'" SQLite won't use an  
> Index.
> Is this the case?

The '%' at the beginning of that operand indicates that the first  
character of the string can be anything.  An index is of no use if you  
don't know what you're searching for.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to