Page 1 of 1

Deleting all products at once

Posted: Sun Jun 08, 2008 12:04 am
by hisafe
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?

Re: Deleting all products at once

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

Code: Select all

DELETE FROM ac_Products;
Should about do it :)