Fix alter table query (#5137)
* Update 101-alter-table.md Previously : ALTER TABLE tableName ALTER COLUMN columnName TYPE newDataType; results in syntax error Now: ALTER TABLE tableName MODIFY COLUMN columnName newDataType; * Update 101-alter-table.md Added how to drop an primary key * Update src/data/roadmaps/sql/content/102-ddl/101-alter-table.md Co-authored-by: dsh <daniel.s.holdsworth@gmail.com> --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com> Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>pull/5651/head
parent
3308387e20
commit
f1fbca6fc9
1 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue