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 でこの検索を行う方法は? ありがとうカルロス
MQL でこのクエリを実行することはできません。ただし、次のように Freebase Search API を使用してこれを行うことができます。
https://www.googleapis.com/freebase/v1/search?filter=(all+/people/person/date_of_birth:"-05-02")&output=(/people/person/date_of_birth)