Hello,
I am using a reference (attribute) in my class.
I am trying to do a CQL query :
from my_mother_class where attribute='Hello' OR attribute='Hi'
But it's not working at all. Do you have an idea how to use the " OR " ?
Thank you
Hello,
I am using a reference (attribute) in my class.
I am trying to do a CQL query :
from my_mother_class where attribute='Hello' OR attribute='Hi'
But it's not working at all. Do you have an idea how to use the " OR " ?
Thank you
Hi,