CREATE TABLE t(b blob);
INSERT INTO "t" VALUES(X'ABCD');
select quote(b) from t;
X'ABCD'

> Joe Wilson wrote:
> > .dump
> 
> yes, but dump gives me all rows for the table and not those that are the 
> result of a query (which might have a WHERE clause).
> 
> Is there no way for format the output of the select?



       
____________________________________________________________________________________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/

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

Reply via email to