I think charindex in extension functions might do what you want; see extension-functions.c in http://sqlite.org/contrib.
Liam On Tue, Sep 2, 2008 at 6:20 PM, Jim Dodgen <[EMAIL PROTECTED]> wrote: > Any plans on adding a string matching function like the SQL99 > (E021-11) "POSITION" > > -- > Jim Dodgen > [EMAIL PROTECTED] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

