Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Update VS Delete/Update
If you are deleting all row that use
truncate table
and for loading use hints for faster load.
Brandon Duncan wrote:
> Does anyone know which is faster :
> "UPDATE tablex SET ....."
>
> or
>
> "DELTE FROM tablex"
> "INSERT INTO tablex"
>
> Thanks,
> Brandon
Received on Tue Jun 20 2000 - 00:00:00 CDT
![]() |
![]() |