I am trying to use the below-stored procedure call. I am trying to pass today’s date without hard coding it. I have tried to pass it to the call as a variable but received a syntax error. Any suggestions? Can you pass a variable to the call or should use the sql option instead of the stored procedure?
{CALL usp_get_Integration_Transition_Child_Programs_V2(‘D088AD5B-F17F-4368-9B5E-6AFCDF3E7599’, ‘firstCompletionDate’, ‘2022-10-18 00:00’, ‘2022-10-18 23:59’)}