Yes, I know that I can do this using stored procedures. I am wondering if this is possible with functions.
Not like a stored procedure - the parameter should still be placed at each position of the argument, but you can specify that it uses the default value from the declaration:
SELECT yourschema.yourudf(x, y, z, DEFAULT, a, b, c, DEFAULT)
Source: https://habr.com/ru/post/886201/More articles:C # Uri loading not deterministic? - c #Facebook error in Android "Login error: com.facebook.android.DialogError: the connection to the server was unsuccessful" - androidDownload an OpenXML file without a temporary file - c #How to rotate a WPF window? - c #Can you explain this cryptic code? - c ++to convert vb6 project to .net using VS2010 Express? - visual-studioAndroid What permissions are required to call PowerManager.goToSleep (n) to wake up the device? - androidFastCGI, SCGI, - cAndroid How can an application work as a system application? - androidPHP: display the first 500 characters of HTML - domAll Articles