您的位置:首页 > 博客中心 > 数据库 >

自我提升mysql

时间:2022-03-13 22:55

1.某字段更新 自增 1

update table set a=a+1

2.修改某一字段的数据类型

alter table "tablename" modify  "column"  "type"

3.更改字段名

alter table "tablename" change column col_old col_new "type"

 

热门排行

今日推荐

热门手游