Reputation: 17097
I am using Cassandra on Windows 7. I create a keyspace k1 and a table Person in that keyspace.
But when I try to view the table I cannot see any ouput in the cql shell.
Upvotes: 0
Views: 231
Reputation: 1566
@Victor, close each statement with a semicolon. The ellipses are showing that your statement is still open.
Upvotes: 3