Skip to content
Ujjwal Gupta edited this page Oct 20, 2018 · 2 revisions

Delete

DELETE FROM table_name WHERE condition;

e.g -

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