How to read cassandra data in case in-sensitive way : Case in-sensitive CQL query
Like in SQL there is way to query
select * from users where upper(first_name) = 'TEST';
So whats the alternative in CQL /Cassandra to read data in case in-sensitive way ?