Skip to content
Ujjwal Gupta edited this page Oct 23, 2018 · 2 revisions
DELETE FROM table_name WHERE condition;

e.g -

DELETE FROM Customers WHERE CustomerName='Alfreds Futterkiste';
Clone this wiki locally