I know that I can’t use DELETEin the request (this is a shame, by the way), I will get the following error:
<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>
But I can’t use. @Delete(WHERE... xxx)
So, how do I delete a specific row by a parameter?
source
share