what is the difference between
TRUNCATE TABLE table_name
and
EXECUTE IMMEDIATE'TRUNC ATE TABLE table_name'
is there any performance issue between this two?
which is best to use in procedures?
TRUNCATE TABLE table_name
and
EXECUTE IMMEDIATE'TRUNC ATE TABLE table_name'
is there any performance issue between this two?
which is best to use in procedures?
Comment