亚洲精品中文字幕无乱码_久久亚洲精品无码AV大片_最新国产免费Av网址_国产精品3级片

SQL

mysql SQL語句積累參考

時間:2024-06-17 06:15:04 SQL 我要投稿
  • 相關(guān)推薦

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語句積累參考】相關(guān)文章:

MySQL導(dǎo)出導(dǎo)入SQL文件命令方法06-29

sql語法大全03-23

Sql認(rèn)證考試內(nèi)容06-08

關(guān)于JDBC連接SQL2000的詳細(xì)流程07-16

日常英語口語積累08-10

小升初古詩詞積累202302-06

如何提高英語詞匯積累07-16

2023年六級寫作模板積累12-30

客廳裝飾資料參考09-04

關(guān)于安裝sql2000時提示“以前的某個程序安裝已經(jīng)在計算機上創(chuàng)建09-12