case fail CREATE TABLE students (name VARCHAR(64), age INT, gpa DECIMAL(3, 2)) CLUSTERED BY (age) INTO 2 BUCKETS STORED AS ORC; INSERT INTO TABLE students VALUES ('fred flintstone', 35, 1.28), ('barney rubble', 32, 2.32);
- insert table error zhangjp
- Re: insert table error Daniel Haviv
- Re: insert table error Raunak Jhawar
- RE: insert table error 张奇迹
- Re: insert table error Raunak Jhawar
- Re: insert table error Alan Gates