my $SQLString "select COUNT(1) from there"; $sth = $dbh->prepare($SQLString); $sth->execute(); @bkmark = $sth->fetchrow; if($bkmark[0] == 0) { ........... }
In reply to Re: if (empty record set)
by tcf22
in thread if (empty record set)
by chuleto1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |