Hello,

Is there a way to optimize this type of queries? (column Value is  
indexed):

SELECT Value FROM MyValues WHERE Value LIKE '%crashed.'

I've seen the document where 'begins with' queries can be optimized  
using >= and < (end of the '4.0 The LIKE optimization' section):

http://www.sqlite.org/optoverview.html

Can I optimize this query to take advantage of the index?

Thanks in advance,

-- Tito


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

Reply via email to