datastax enterprise - Cassandra CQL2 insert into composite columns -


i want insert data in composite column through cql 2.

create column family foo  comparator = 'compositetype(utf8type,utf8type)' ,  key_validation_class=utf8type , default_validation_class=utf8type; 

a row in column family simething this

row_key ('foo', 'bar'): value

how can insert statement structure?


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -