On Sat, 9 Jun 2007, Joe Wilson wrote:
CREATE TABLE t(b blob);
INSERT INTO "t" VALUES(X'ABCD');
select quote(b) from t;
X'ABCD'

Thanks, Joe. I am just wondering why this 'quote' is not the default behavior on binary columns when the 'sqlite3' tool is used.

Best regards

Guido

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------


Reply via email to