I have a stored procedure that has a parameter of date named dateStored.
The default value is null.
In the stored procedure I have a merge statement that the select part has a filter like this:
where term=2018 an
The default value is null.
In the stored procedure I have a merge statement that the select part has a filter like this:
where term=2018 an