Anyone know how to Delete 1 Item to all Accounts using Query?
Sample item to be deleted: Pet Panda :d
thanks :)
Printable View
Anyone know how to Delete 1 Item to all Accounts using Query?
Sample item to be deleted: Pet Panda :d
thanks :)
remove it from item.txt from server side
anyone knows this code query?
It would be easier to see the Syntax of the table first so you know what you're deleting then highlight the query and delete but at the same time, use the option to apply to all.
For example:
Code:SQL> DELETE FROM CUSTOMERS
WHERE ID = 6;