We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63a900 commit 8ea0c0eCopy full SHA for 8ea0c0e
sql/plsql/examples/packagespec_function.sql
@@ -0,0 +1,4 @@
1
+-- Adding pipelined and deterministic keyword in one function spec
2
+CREATE OR REPLACE PACKAGE TEST IS
3
+ FUNCTION TEST_FUNC RETURN NUMBER PIPELINED DETERMINISTIC;
4
+END TEST;
0 commit comments