like this?
select * from table where a like '%abc%';

SQLite also makes it easy to write your own functions.  That way you
can define other matching algorithms (eg Jaro-Winkler).

Roger

Reply via email to