How do I search for the asterix character *  ??

This doesn't work:
select field1 from table1 where field1 like '%FH%*%'
as the * character here seems to be ignored.

Using the latest version of SQLite.

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

Reply via email to