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



Reply via email to