$sth = $dbh->prepare("SELECT username,password,group FROM users where group = 'Admin'"); $sth->execute;