i write this query in my flask restful api when i hit it from postman this shows the error mentioned on top. not all arguments converted during string formatting
cur.execute('''DELETE FROM `students`.`std_record`
WHERE `roll_num` = %s;''', (roll_num))