Skip to content

Instantly share code, notes, and snippets.

@aludwiko
Created January 30, 2019 10:56
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 aludwiko/87f37737b9dc24a54b2a5f68b72df870 to your computer and use it in GitHub Desktop.
Save aludwiko/87f37737b9dc24a54b2a5f68b72df870 to your computer and use it in GitHub Desktop.
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