How to avoid pyMysql callprocedure error?

11 Views Asked by At

I try to write all sql sytax/queries on python as on the work bench, but I can't run cursor.callproc(). my code : sqq.py

result :

check the manual that corresponds to your MySQL server version for the right syntax to use near 'get()' at line 1

0

There are 0 best solutions below