mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-11 13:21:30 +03:00
3 lines
86 B
SQL
3 lines
86 B
SQL
-- alter column drop default
|
|
ALTER TABLE tbl_name ALTER COLUMN col_name DROP DEFAULT;
|