Here I write down some very common CQL/CQLSH commands for quick revisit.
The statements are case-insensitive, for cql shell commands, no comma at end, for cql, there is.
1 | # launch CQL shell to enter interactive mode |
You can also run commands without the interactive cql shell:
1 | cqlsh <host IP> -e "describe tables" |