Error when trying to truncate table from within PL/SQL
Hello.....
Does anyone know why I get an error when trying to execute the following command from within PL/SQL?
truncate table event;
The error is as follows:
ORA-06550: line 20, column 14:
PLS-00103: Encountered the symbol "TABLE" when expecting one of the following:
:= . ( @ % ;
The symbol ":= was inserted before "TABLE" to continue.