更新记录
单表更新:
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(自动编号)列表将从最大往上加,而不是填补删除的