MYSQL : Delete data

DELETE  FROM table_name [WHERE conditions]

Example:
DELETE FROM `tbl_users` WHERE (`id`='1') 

0 comments: