I try to use a Window Functions in a Room Query. The parser is complaining about my query. I simply try to add a \"ROW_NUMBER() OVER (ORDER BY column)\" expression in my sel
It is a Syntax error in your SQL Query.
Make sure that when you are forming your Query,put a space at the end of each line.