in reply to Re: SQL::Statement limit clause with placeholders
in thread SQL::Statement limit clause with placeholders

Just tried PostgreSQL
$dbh2->selectall_arrayref("SELECT * FROM sessions limit ? offset ?", { +}, 2,3);
works like a charm