On 11/30/2013 7:40 PM, Simon Slavin wrote:
Don't use LIKE or GLOB for prefix matches.  Although you as a human can tell 
that

email_list.value LIKE 'eddie%'

is a prefix match, all the computer sees is pattern-matching.

False. See http://sqlite.org/optoverview.html#like_opt
--
Igor Tandetnik

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

Reply via email to