我有一张卡桑德拉表:
PropertiesOfThing
------------------
thingID text
propertyName text,
propertyValue,
primary key (thingID, propertyName)
记录可以是:
thingID propertyName propertyValue
1 x v1x
1 y v1y
2 y v2y
如何在例如x中找到没有特定propertyName的thingID?什么是正确的CQL?