blob: d582aaeb386c2a50de51c9212f37f7d11149ed41 [file] [log] [blame]
create table testTable(col1 int, col2 int);
-- set a table property = null, it should be caught by the grammar
alter table testTable set tblproperties ('a'=);