Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Delete lots of record
I need to optimize the sql request and I don't know how ??
DELETE
FROM product_test
WHERE type = 'a'
AND record_id IN (User_id_list)
AND product_id IN (RmvProductList)
the User_id_list cannot be over 500 users and the product list can be 1000 max but it's very long to execute... any idea ?!?
Thx
/Ben
Received on Wed Jan 30 2002 - 16:14:33 CST
![]() |
![]() |