I want to select all fields from a table where the id does not match with one of the List values. I can find those who match easily but what about in opposite way?

@Query("SELECT * table W,java,android,android-room"/>
	














首页 > 解决方案 > 是否有与 WHERE 字段 IN (:List)

I want to select all fields from a table where the id does not match with one of the List values. I can find those who match easily but what about in opposite way?

@Query("SELECT * table W