What kind of database you have? For example in Oracle database the empty string becomes null automagically. This is how to select rows where both Tag1 and Tag2 is null. null value in the database is seen as undef in perl. I suppose you use DBI module.
SELECT * FROM GlossaryMetadata WHERE Tag1 is null AND Tag2 is null;
In reply to Re: DBI match both empty and undef
by pme
in thread DBI match both empty and undef
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |