Hello every1,
i want to truncate the table before insert any date into that table in a oracle stored procedure.. i know we use TRUNCATE TABLE TABLENAME directly in sql server. but how to achieve this in oracle..i want to truncate table for performance reason . any suggestions please
i want to truncate the table before insert any date into that table in a oracle stored procedure.. i know we use TRUNCATE TABLE TABLENAME directly in sql server. but how to achieve this in oracle..i want to truncate table for performance reason . any suggestions please