API1013 The SQL verb {0} cannot be used with execute().
Explanation
An execute() function was called for a query that
contains the SELECT, VALUES, WITH, or CALL SQL verbs.
User response
Ensure that any execute() function does not call
a query that contains one of the SQL verbs that was mentioned above.