my $sth = $dbh->prepare("SELECT *, DATE_FORMAT(...) as something from +cases where caseid = ?"); $sth->execute($x); while (my $hash = $sth->fetchrow_hashref()) { my @row = @$hash{$col, "status", "something"}; ... }
In reply to Re: SQL Placeholder oddity
by JavaFan
in thread SQL Placeholder oddity
by packetstormer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |