I think there is a documentation error on
http://sqlite.org/lang_corefunc.html
for the instr() function.
The site says: The instr(X,Y) function finds the first occurrence of string X within string Y ... where it should be ...finds the first occurrence of string Y within string X...

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

Reply via email to