PL/SQL FUNCTION can't compile!
From: jos <NOSPAMjosmoi_at_post.com>
Date: Wed, 11 Oct 2000 09:40:23 +0800
Message-ID: <39E3C506.77A05DBC_at_post.com>
Create or Replace FUNCTION dd(mid in out VARCHAR2(5)) RETURN NUMBER IS Begin
Date: Wed, 11 Oct 2000 09:40:23 +0800
Message-ID: <39E3C506.77A05DBC_at_post.com>
Create or Replace FUNCTION dd(mid in out VARCHAR2(5)) RETURN NUMBER IS Begin
Begin
DBMS_OUTPUT.PUT_LINE(dd('A'));
End;
/
Can someone pls tell me what is wrong with this program? It doesn't look wrong to me!
Thank you Received on Wed Oct 11 2000 - 03:40:23 CEST