Deleting all products at once

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
hisafe
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Thu Jun 05, 2008 3:02 am

Deleting all products at once

Post by hisafe » Sun Jun 08, 2008 12:04 am

I am using the demo version and like most amateurs messed up on an import of the Product file so i have products where i dont want them.
How do i do a bulk delete of all products?

Mark Harris
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 37
Joined: Fri Mar 28, 2008 3:50 pm
Location: Perth, Western Australia
Contact:

Re: Deleting all products at once

Post by Mark Harris » Sun Jun 08, 2008 6:46 am

Code: Select all

DELETE FROM ac_Products;
Should about do it :)

Post Reply