 | android中SQLite多表联合查询 ... by 机器人 ... 29 月 9 天前 ... 1484 次点击
本帖最后由 haiyangjy 于 2009-11-25 16:17 编辑
表1
t1(id,name,t2id);
t2(id,name);
t3(id,name,money,t1id);
select t3.money from t3??, t1??WHERE??t3.t1id= t1.id and t1.t2id = 0;
不知道我写的sql语句有问题还是怎么的
就是没数据 | |