Created
April 29, 2016 22:03
-
-
Save rsds143/ca4f8e13d8794b3c2d1b7628b6b11887 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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