in reply to Re: $dbh->quote(..., SQL_INTEGER)
in thread $dbh->quote(..., SQL_INTEGER)
$dbh->do("INSERT ... SELECT ... WHERE a=? LIMIT ?", undef, $a, 0+$limit);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: $dbh->quote(..., SQL_INTEGER)
by hv (Prior) on Sep 04, 2004 at 13:13 UTC |