1 2 3 4 5 6 7 8
create, c <COLUMN_NAMES>{Delimiter=space} Create columns without types. Names should be separated by spaces. e.g) create a b c d e create id address name create ' id ' ' "HED" ' 'WOW '