我是Freebase mql查询的新手,我想获得所有奖励的/time/recurring_event/current_frequency。
发布于 2013-06-29 06:41:56
该查询在MQL中如下所示:
[{
"type": "/award/award",
"name": null,
"/time/recurring_event/current_frequency": [{
"id": null,
"name": null
}]
}]
为了获得所有结果,您需要使用cursor对结果集进行分页。
https://stackoverflow.com/questions/17371815
复制相似问题