Cad*_*oux 12

与存储过程不同 - 参数仍然需要放在每个参数位置,但您可以指定它使用声明中的默认值:

SELECT yourschema.yourudf(x, y, z, DEFAULT, a, b, c, DEFAULT)
Run Code Online (Sandbox Code Playgroud)