Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQLCODE, SQLERRM, SQLNROWS
Is the 'Number of Rows' operated on available like the SQLCODE and SQLERRM
are.
e.g.
INSERT INTO table1
(
col1
,col2
,col3
)
SELECT col1
,col2
,col3
FROM table2 ;
nrows_out_var := SQLNROWS ;
How about it? Received on Mon Aug 10 1998 - 06:20:01 CDT
![]() |
![]() |