Richard Klein <[EMAIL PROTECTED]>
wrote:
> One question:  I thought that the '\' character is not part of the
> SQL standard.  (That's why I specified '/' instead as my ESCAPE
> character).

I'm not sure I understand. You can use any character as an escape 
character. E.g. LIKE '2!_%' ESCAPE '!'. A backslash is as good as any.

Igor Tandetnik 



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

Reply via email to