Cassandra-Java-Driver-Research icon indicating copy to clipboard operation
Cassandra-Java-Driver-Research copied to clipboard

how to query all tables of keyspaces?

Open kervin521 opened this issue 8 years ago • 0 comments

cql:describe tables it can't google result.

code : String useQuery = "describe tables"; ResultSet rs = session.execute(useQuery);

error msg:

com.datastax.driver.core.exceptions.SyntaxError: line 1:0 no viable alternative at input 'describe' ([describe]...)

kervin521 avatar Jul 31 '17 08:07 kervin521