| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: HELP PL/SQL (TABLE DATATYPE)
> ...
> sal_tab := NULL; -- deletes sal_tab table <---- this line
does'nt
>work for me ???
Instead of the above, use the following:
sal_tab.DELETE;
It works for Oracle 7.3, I am not sure of your version.
Good Luck,
Srinivas Chikka
Received on Wed Sep 02 1998 - 21:51:02 CDT
![]() |
![]() |