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.
我想创建一个查询,例如返回出生于 5 月 2 日的人 - 与年份无关。如何在 MQL 中进行此搜索?谢谢卡洛斯
It's not possible to do this query in MQL. You can do this with the Freebase Search API like this though:
https://www.googleapis.com/freebase/v1/search?filter=(all+/people/person/date_of_birth:"-05-02")&output=(/people/person/date_of_birth)