my $sth = $dbh->prepare("select * from clients order by ? limit 20;"); $sth->execute($dbh->quote_identifier("last_name"));