On Nov 25, 2011, at 10:23 PM, Carl Desautels wrote:
> x'hex("hello world")'sqlite> select x'68656C6C6F20776F726C64'; hello world x denotes a blob literal: "BLOB literals are string literals containing hexadecimal data and preceded by a single "x" or "X" character." http://www.sqlite.org/lang_expr.html _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

