$sth = $dbh->prepare("SELECT * FROM poll WHERE status='waiting' ORDER BY `id` ASC LIMIT 0, 5"); $sth->execute or die $dbh->errstr;