```clearTable``` is ```@Query("Delete * from xxx")...
# android
m
Copy code
clearTable
is
Copy code
@Query("Delete * from xxx")
    fun clearTable()
d
I think you can use DELETE FROM XXXX
If I remember well, DELETE * FROM XXXXX is the same but it goes row by row