打开小米的数据库,里面有两张表:
对应的查询语句:
select outkey from data1 where id = "1351234" 930
select location from data2 where id = "930" 重庆移动
select location from data2 where id = (select outkey from data1 where id = "1361234")
打开小米的数据库,里面有两张表:
对应的查询语句:
select outkey from data1 where id = "1351234" 930
select location from data2 where id = "930" 重庆移动
select location from data2 where id = (select outkey from data1 where id = "1361234")