mysql刪除一條記錄

weixin_30312659發表於2020-04-04
mysql如何刪除一條記錄

delete from 表名 where 條件

例項:

use db1

delete from tb1 where id = 1;

 

轉載於:https://www.cnblogs.com/effortsing/p/10393229.html

相關文章