标签: android sqlite
如何使用rawquery函数从数据库中检索数据,在Android的SQLite数据库中执行子查询。
我想执行如下查询:
select * from table1 where id not in (select id from table2)