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

$sth->execute(1, 10);

Here you pass two bind variables to ->execute. Why?