Sep-26-2022, 07:45 PM
Hi Team,
I found a solution with some troubleshooting , code started working.
I found a solution with some troubleshooting , code started working.
params = ('ABC_Company','Employee") sql = "Exec unique_query ?,?" cursor.execute(sql,params) data = cursor.fetchall() print(data)