Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Freebase mql 查询的新手,想获得所有奖项 (/award/award) 的 /time/recurring_event/current_frequency。
该查询在 MQL 中如下所示:
[{ "type": "/award/award", "name": null, "/time/recurring_event/current_frequency": [{ "id": null, "name": null }] }]
为了获得所有结果,您需要使用光标来翻阅结果集。