Delete column contain specific value in mySQL table

0 votes
178 views
added Aug 4, 2017 in mySQL by anonymous
recategorized Jul 18, 2018 by LC Marshal
DELETE FROM `myTable` WHERE `column_id` =7 LIMIT 1

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...