By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
INSERT 0 10
INSERT 0 10
INSERT 0 10
CREATE TABLE
INSERT 0 22
CREATE TABLE
INSERT 0 10
CREATE FUNCTION
CREATE FUNCTION
| tbl | col | empty_ct | not_null |
|---|---|---|---|
| texte | "oDD name" | 30 | f |
| texte | txtnn | 0 | t |
| texte | txt | 0 | f |
| texte | vc | 10 | f |
| texte | vc10 | 10 | f |
| texte | c10 | 0 | f |
| texte | c1 | 10 | f |
SELECT 7
| tbl | col | empty_ct | not_null |
|---|---|---|---|
| other_text | txt | 22 | f |
| texte | "oDD name" | 30 | f |
| texte | txtnn | 0 | t |
| texte | txt | 0 | f |
| texte | vc | 10 | f |
| texte | vc10 | 10 | f |
| texte | c10 | 0 | f |
| texte | c1 | 10 | f |
SELECT 8