Hi,
I am seeking assistance in writing a function in mysql to do the following.
Basically the value of the variable by default or if the variable is null then to set it as curdate(). Otherwise set the variable with whatever the user enters.
This function will be called in html so that on the form the user can select what date they want to see. By default we want the form to load with the current date.
Hope this makes sense.
T
I am seeking assistance in writing a function in mysql to do the following.
Basically the value of the variable by default or if the variable is null then to set it as curdate(). Otherwise set the variable with whatever the user enters.
This function will be called in html so that on the form the user can select what date they want to see. By default we want the form to load with the current date.
Hope this makes sense.
T