mysql如何刪除一條記錄 delete from 表名 where 條件 例項: use db1 delete from tb1 where id = 1;
轉載於:https://www.cnblogs.com/effortsing/p/10393229.html