Ms7 Search
Google 搜尋 翻譯
calendar
« 九月 2024 »
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
近期文章
文章分類
網站連結
Syndicate

« | »

alter table Sql 表格處理

2018-10-14 @ 17:42 in PHP, JavaScript, Sql

第一,我們要加入一個叫做 "Gender" 的欄位。這可以用以下的指令達成:

ALTER TABLE Customer ADD Gender char(1);

接下來,我們要把 "Address" 欄位改名為 "Addr"。這可以用以下的指令達成:

ALTER TABLE Customer CHANGE Address Addr char(50);

再來,我們要將 "Addr" 欄位的資料種類改為 char(30)。這可以用以下的指令達成:

ALTER TABLE Customer MODIFY Addr char(30);

最後,我們要刪除 "Gender" 欄位。這可以用以下的指令達成:

ALTER TABLE Customer DROP Gender;
 
來自:https://www.1keydata.com/tw/sql/sql-alter-table.html
 
 
 

迴響

alter table Sql 表格處理 | 豬窩

I would like to thank you for the efforts you have put in writing this blog.
I'm hoping to view the same high-grade content from you in the future as well.
In fact, your creative writing abilities has encouraged me to get
my very own blog now ;)

作者 http://ecoups.net/groups/cbd-oil-634298103/ @ 01:19, 2020-06-27

alter table Sql 表格處理 | 豬窩

hi!,I love your writing so a lot! share we keep in touch extra
about your post on AOL? I need a specialist in this area
to solve my problem. May be that is you! Having a look
forward to peer you.

作者 vikefans.com @ 14:31, 2020-06-27

alter table Sql 表格處理 | 豬窩

I think that is one of the so much significant information for me.
And i'm glad studying your article. But wanna commentary on few normal
issues, The website style is wonderful, the articles is really great : D.
Excellent task, cheers

作者 cbd oil that works 2020 @ 18:20, 2020-06-27

alter table Sql 表格處理 | 豬窩

I think this is among the most significant information for me.
And i'm glad reading your article. But should
remark on few general things, The site style is perfect, the
articles is really great : D. Good job, cheers

作者 cbd oil that works 2020 @ 06:15, 2020-06-28

alter table Sql 表格處理 | 豬窩

My brother recommended I might like this web site.

He used to be entirely right. This publish actually made my
day. You cann't believe just how much time I had spent for this information! Thank you!

作者 cbd oil that works 2020 @ 13:11, 2020-06-29
發表迴響
 authimage