Regarding: Where in the documentation that explains how to use the sqlite
substr() function?

Hi Shawn,

>From the main sqlite.org page, take the SYNTAX link, then EXPRESSIONS

http://www.sqlite.org/lang_expr.html



substr(X,Y,Z)   Return a substring of input string X that begins with the
Y-th character and which is Z characters long. The left-most character of X
is number 1. If Y is negative the the first character of the substring is
found by counting from the right rather than the left. If SQLite is
configured to support UTF-8, then characters indices refer to actual UTF-8
characters, not bytes.


Donald Griggs

Opinions are not necessarily those of Misys Healthcare Systems nor its board
of directors.

Reply via email to