Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape reserved words #14

Open
antonioparry opened this issue Mar 25, 2020 · 0 comments
Open

Escape reserved words #14

antonioparry opened this issue Mar 25, 2020 · 0 comments

Comments

@antonioparry
Copy link

Hi,
I'm using Cassandra Workbench to run my code against cassandra and it is just great to use it.
At some point i need to run a command with a reserved word for a column.
Could be possible to escape this keywords to be able to execute the code?
When i try to run this code it's not executed in cassandra even when it works in cqlsh.
´´´
CREATE TABLE keyspace.table(
uniqueid text,
timestamp timestamp,
PRIMARY KEY (uniqueid , timestamp)
) WITH CLUSTERING ORDER BY (timestamp ASC);
´´´

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant