execute(sql[, parameters])
This is a nonstandard shortcut that creates a cursor object by calling the cursor()
method, calls the cursor’s execute()
method with the parameters given, and returns the cursor.
execute(sql[, parameters])
This is a nonstandard shortcut that creates a cursor object by calling the cursor()
method, calls the cursor’s execute()
method with the parameters given, and returns the cursor.
Please login to continue.