We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae8c1f commit bd57dcdCopy full SHA for bd57dcd
test/outparams.js
@@ -66,7 +66,7 @@
66
CREATE OR REPLACE PROCEDURE procDateTimeOutParam(outParam1 OUT DATE, outParam2 OUT TIMESTAMP)
67
IS
68
BEGIN
69
- select sysdaten, systimestamp into outParam1, outParam2 from dual;
+ select sysdate, systimestamp into outParam1, outParam2 from dual;
70
END;
71
/
72
0 commit comments