D. Richard Hipp Fri, 10 Sep 2004 12:03:17 -0700
a a wrote: > > Is there a way to sum the blob lengths from a blob column without adding a > "blob length" integer column? >
SELECT sum(length(x)) FROM table;
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565