blob: bc70dbca207723aad87c1e9b42beebd6e375d921 [file] [log] [blame]
-- Create table
create table if not exists test_invalid_column(key string, value string ) partitioned by (year string, month string) stored as textfile ;
select * from (select * from test_invalid_column) subq where subq = 123;