SQL

mysql SQL语句积累参考

时间:2024-06-17 06:15:04 SQL 我要投稿
  • 相关推荐

mysql SQL语句积累参考

  --重命名表

  rename table t_softwareport to software_port;

  --建立外键

  alter table software_port add constraint fk_software_port_softwareprocessid foreign key (softwareprocessid) references software_process (id) on restrict on restrict;

  --删除列

  alter table software_type drop column upid, drop column orderid;

  --修改列名

  alter table software_process change software_id softwareid int(11) not null;

  --更改列编码

  alter table cms_contentbody modify column offical_site_name var30) character set utf8 collate utf8_unicode_ci not null;

  --增加列

  alter table cms_flash add name var30) not null unique;

【mysql SQL语句积累参考】相关文章:

MySQL导出导入SQL文件命令方法06-29

sql语法大全03-23

Sql认证考试内容06-08

关于JDBC连接SQL2000的详细流程07-16

日常英语口语积累08-10

小升初古诗词积累202302-06

如何提高英语词汇积累07-16

2023年六级写作模板积累12-30

客厅装饰资料参考09-04

关于安装sql2000时提示“以前的某个程序安装已经在计算机上创建09-12