Created
January 30, 2019 10:56
-
-
Save aludwiko/87f37737b9dc24a54b2a5f68b72df870 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:my_keyspace> INSERT INTO orders (id, status, country) VALUES ( 5, 'added', 'PL'); | |
#flush | |
cqlsh:my_keyspace> DELETE FROM orders WHERE id = 5; | |
#flush |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment