Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Issue with creating tables
laszlo_spamhole_at_freemail.hu wrote:
> Hmm... actually, I think I see your point. I'm not sure why I'm
> dropping the table instead of doing a DELETE FROM, when the data needs
> to be recreated from scratch.
Apart from comments pointing towards "you should not be doing this": a truncate is much faster than a delete from .. However: it is DDL, not DML
-- Regards, Frank van BortelReceived on Tue May 24 2005 - 13:46:34 CDT
![]() |
![]() |