【发布时间】:2016-04-18 06:06:27
【问题描述】:
当我尝试使用 contains 关键字检索表时,它会提示 "Cannot use CONTAINS relation on non collection column col1" 但当我尝试使用创建表时
CREATE TABLE test (id int,address map<text, int>,mail list<text>,phone set<int>,primary key (id,address,mail,phone));
提示"Invalid collection type for PRIMARY KEY component phone"
【问题讨论】: