Skip to content

Instantly share code, notes, and snippets.

@rsds143
Created April 29, 2016 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsds143/ca4f8e13d8794b3c2d1b7628b6b11887 to your computer and use it in GitHub Desktop.
Save rsds143/ca4f8e13d8794b3c2d1b7628b6b11887 to your computer and use it in GitHub Desktop.
cqlsh> INSERT INTO test.my_table (id, value) VALUES ( ‘1234’, ‘999’);
cqlsh> INSERT INTO test.my_table (id, value) VALUES ( ‘1235’, ‘999’); //this is the guy that never shows up
cqlsh> INSERT INTO test.my_table (id, value) VALUES ( ‘123’, ‘999’);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment