>sqlite> select * from test where text like '_';

Underscore '_' is LIKE wildcard for any single character, percent '%' 
matches any substring.



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

Reply via email to