【发布时间】:2012-03-22 02:36:57
【问题描述】:
由于在 FQL 中,current_location 具有城市 如何按城市查询好友?
例如, select uid,name,pic_small,current_location from user where uid in (select uid2 from friend where uid1 = me()) and current_location.city='Sunnyvale'
(高于 FQL 不起作用)
这里有人知道正确的做法吗?
干杯
【问题讨论】:
-
你不能......你必须循环你的数据