更新记录
单表更新:
Update 【low_priority】【ignore】 table_reference set col_name ={expr1|default}【,col_name2 ={expr2|default}】....[where where_condition]
注:如果where省略的话,则所有的记录将会更新
删除记录:(单表删除)
Delete from tbl_name 【where where_condition】
注:若不加where则删除全部记录
删除后在加入,插入的记录中设置为Auto_increment(自动编号)列表将从最大往上加,而不是填补删除的
点击查看更多内容
为 TA 点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦