Originally Posted by alaska The column c1.txt is not null - it contains a txt-file. So this query should return zero. Is that correct? Code: select count(*) from output_blob where text is null;
select count(*) from output_blob where text is null;
Forum Rules