in reply to Re^2: DBI match both empty and undefin thread DBI match both empty and undef
SELECT * FROM GlossaryMetadata WHERE (Tag1 is null or Tag1 = '') AND ( +Tag2 is null or Tag2 = ''); [download]