Add Drop Column example (#24742)
* Add Drop Column example Add Drop Column example with SQL Code instead of image. Also drop column image was removed since it was the same with the change column image. * Minor name change
This commit is contained in:
committed by
The Coding Aviator
parent
960811e31f
commit
3b07316da1
@ -34,7 +34,9 @@ Rename some columns:
|
||||

|
||||
|
||||
Remove a column:
|
||||

|
||||
```sql
|
||||
ALTER TABLE table_name DROP COLUMN column_name;
|
||||
```
|
||||
|
||||
You can also use the alter table workbench tool. Just RIGHT click on the table you want to change and change as you wish.
|
||||

|
||||
|
Reference in New Issue
Block a user