Android Room + Window Functions

后端 未结 3 1680
情深已故
情深已故 2021-01-19 06:52

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

3条回答
  •  萌比男神i
    2021-01-19 07:14

    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.

提交回复
热议问题