亚欧洲精品在线观看,窝窝影院午夜看片,久久国产成人午夜av影院宅,午夜91,免费国产人成网站,ts在线视频,欧美激情在线一区

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時提示“以前的某個程序安裝已經在計算機上創(chuàng)建09-12