$sth->execute( [ "col1", "col2", ... ], [ "val1", "val2", ... ] ); ## not working $sth->execute( "col1", "col2", ..., "col22", "val1", "val2", ... ); ## what it expects