79762814

Date: 2025-09-12 10:29:06
Score: 1.5
Natty:
Report link

You have to declare a string containing the call, then execute:

    cExec = "call sp_change_password('" + password + "','" + id_user + "') ;"
    EXECUTE IMMEDIATE :cExec ;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrea Ricci