# SQL刪除欄位 ###### tags: `SQL` SQL_指令_刪除欄位 alter table Table名稱 drop column 欄位名 EX: alter table table_1 drop column 性別 | 編號 | 姓名 | 性別 | | -------- | -------- | -------- | | 01 | 小明 | 男 | | 編號 | 姓名 | | -------- | -------- | | 01 | 小明 |
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.