I couldn't find any example/article about working with inline variables in cql.
Basically my structure is like this;
1 Keyspace(x)
2 Tables (a,b)
I have to select result from x.a to code first and then send them to x.b
As you can see i have to go CAS 2 times. But i can do it with single query.
any way to declare and work with inline variables?
thanks already.