Quote Originally Posted by alaska View Post
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;