blob: 041585e4dc08993e265df82c216b2932423aaf7f [file] [log] [blame]
CREATE external TABLE table1 (a STRING, b STRING);
Alter table table1 change b b STRING NOT NULL enable;