我知道我不能在查询中使用 DELETE
(顺便说一句,这是一个耻辱) ,我将得到以下错误:
<i>Error:error: Observable query return type (LiveData, Flowable etc) can only be used with SELECT queries that directly or indirectly (via @Relation, for example) access at least one table.</i>
但我不能用 @Delete(WHERE... xxx)
那么如何通过参数删除特定的行呢?