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?
Deleting all products at once
-
- 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
Code: Select all
DELETE FROM ac_Products;
