bk_raavi
06-03-2003, 09:07 AM
How to display the query result from pl/sql on the Sql screen.
|
Click to See Complete Forum and Search --> : Query bk_raavi 06-03-2003, 09:07 AM How to display the query result from pl/sql on the Sql screen. jovery 06-03-2003, 09:11 AM set serveroutput on eugene 06-03-2003, 12:17 PM something like that cursor1 is select blah blah for c1 in cursor1 loop dbms_output.put_line(cursor1.blah||'' ''||blah blah); end loop Eugene OCP dbasupport.com
Copyright Internet.com Inc. All Rights Reserved. |