python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
cql query statement is not working when i using timestamp string
what is the problem in my code?

Mr.feel
Votes: 0
Answers: 1
CQL UPDATE a set<bigint> with join query
I have to delete few data from a table using CQL based on some condition which will fetch data from another table. But I am unable to form the query.
Here is the table details from where I need to del...

Som
Votes: 0
Answers: 1
How to add plus 1 day to a timestamp in Cassandra SQL?
I am trying to add 1 day to a timestamp field.
Below is what I have tried but not working:
select studentid, (course_date + 1) as nextday from students where studentid=123;
select studentid,(course_da...
Divya Sam
Votes: 0
Answers: 1
How to apply "not equal to" ( != ) operator on timeuuid column on cassandra query?
I have a column in cassandra table which contains timeuuid values. I want to exclude a row with a timeuuid value in a search query. if I apply '!=', I get the following error
Query:
select * from X w...
Mufeed
Votes: 0
Answers: 1