SQL : DELETE
IMPORTANT If you forget the WHERE clause, you will delete all records in the table. What a nightmare.
DELETE FROM z_robsTestTable
WHERE primaryID = 5
IMPORTANT If you forget the WHERE clause, you will delete all records in the table. What a nightmare.
DELETE FROM z_robsTestTable
WHERE primaryID = 5