my $sth = $dbh->prepare( "SELECT COUNT(*) FROM table WHERE usernam +e != \"me\"" ) or die DBI->errstr; $sth->execute( ) or die DBI->errstr; my ( $count ) = $sth->fetchrow_array();
In reply to MySQL Errors by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |