当我尝试使用 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));
Run Code Online (Sandbox Code Playgroud)
它提示 "Invalid collection type for PRIMARY KEY component phone"