My question is how can I do in a MySQL routine assign a field to be null eg:
I want to do the same thing that is shown in the line selected in blue in MySQL, that code belongs to SQLServer, How can I assign a null value from MySQL? I have the following routine in MySQL:
I would appreciate your help. Thanks again.