Dynimic Cursors
From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Fri, 22 Oct 1999 20:12:53 GMT
Message-ID: <3810c4f1.347913234_at_news.earthlink.net>
Is something like that possible?
[Quoted] Is there are a way to use DBMS_SQL with cursors?
Date: Fri, 22 Oct 1999 20:12:53 GMT
Message-ID: <3810c4f1.347913234_at_news.earthlink.net>
Is something like that possible?
[Quoted] Is there are a way to use DBMS_SQL with cursors?
Thanx
CREATE OR REPLACE PROCEDURE HUJ(p_field IN varchar2)
IS
CURSOR c_top is
SELECT nvl(p_field,0) from manager
ORDER BY nvl(p_field,0) DESC;
[Quoted] Andrey Dmitriev eFax: (978) 383-5892 Daytime: (917) 373-5417 AOL: NetComrade ICQ: 11340726 remove NSPAM to emailReceived on Fri Oct 22 1999 - 22:12:53 CEST