Looking at the CQL spec, it doesn’t seem to be possible to delete a range of 
columns for a given key without specifying the individual columns to be 
removed, for e.g.
DELETE col1 .. col20 from CF WHERE KEY=<key|(key1,key2)>
Am I correct in thinking so or have I missed that somewhere?

Reply via email to