Top "Cqlsh" questions

cqlsh is a python-based command line client for executing Cassandra Query Language (CQL)

How to view all tables in CQL and CQLSH?

I'm trying to explore the database and want to see all tables that exist there. What's the command that's equivalent …

cassandra cql cqlsh
specify cqlsh output timezone

I have a table in cassandra with a datatype of timestamp. i am using cqlsh to get data out of …

cassandra timestamp cqlsh
Drop all keyspaces in cassandra

How to drop all keyspace in cassandra, I have requirement where I have to delete all keyspaces created by some …

cassandra cql3 cqlsh
cassandra cql shell window got disappears after installation in windows

cassandra cql shell window got disappears after installation in windows? this was installed using MSI installer availalbe in planet cassandra. …

cassandra datastax datastax-enterprise cqlsh
cassandra - only superuser is allowed to perform CREATE USER queries

I'm logging in with on Ubuntu 14.10 on Cassandra 2.0.8 with Java 1.7.0_60-b19 cqlsh -u cassandra -p cassandra I'm running: CREATE USER …

cassandra cql cqlsh
Trying to login to cassandra's console (cqlsh) and it rejects me

I was trying to set up the user authentication for cassandra when I had the following problem. First I have …

cassandra cql cassandra-2.0 cqlsh
CASSANDRA CQL3 : Set value to entire column

For my Cassandra Database, I need to set a value in column for all rows in my table. I see …

database cassandra cql cql3 cqlsh
How to change PARTITION KEY column in Cassandra?

Suppose we have such table: create table users ( id text, roles set<text>, PRIMARY KEY ((id)) ); I want …

cassandra cql cqlsh
CQLSH: Converting unix timestamp to datetime

I am performing a cql query on a column that stores the values as unix timestmap, but want the results …

cassandra cql cqlsh
Row Inserts having same primary key, are replacing previous writes in Cassandra

Created a table in Cassandra where the primary key is based on two columns(groupname,type). When I'm trying to …

cassandra cqlsh nosql