Hi @Rock Hitman ,
The data type of your parameter @Pointer is int, Alphabets or NULL or '' are not of type int, so an error will be returned. For the variable @Pointer, you can only enter parameters of type int.
Or you can set the data type of @Pointer to char(25).
Hope this can help you.
If you have any question, please feel free to let me know.
If the response is helpful, please click "Accept Answer" and upvote it.
Regards
Echo
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.