Is it possible to create a function that might be called with a different number of parameters (minimum two).
So, two parameters are always present and the others are optional.
|
Is it possible to create a function that might be called with a different number of parameters (minimum two). So, two parameters are always present and the others are optional.
| ||||
|
feedback
|
|
Try default parameter, like this:
I am not sure about Sybase ASE, but this would work on MS SQL Server's T-SQL. | |||
|
feedback
|