http://qs1969.pair.com?node_id=1066532


in reply to execute failed: called with 2 bind variables when 0 are needed

To put it another way, change $sth->execute(1, 10); to $sth->execute(); and your SQL statement will run as is (assuming your database has the queried table and fields).

Replies are listed 'Best First'.
Re^2: execute failed: called with 2 bind variables when 0 are needed
by afoken (Chancellor) on Dec 11, 2013 at 19:54 UTC