Using DBeaver to access a table in Cassandra. I can view the data without any issues, but when I enter my SQL expression to filter results I receive the following error:
SyntaxError: line 1:126 missing EOF at 'LIMIT' (... WHERE language = uk; [LIMIT] 200)
My query:
SELECT id, language, content FROM trustyou_reviews WHERE language = uk;
Is it my query?