我是Postgres的新手,我不知道如何将这个MySQL查询翻译成postgres:
SELECT pictures.id, MATCH (title, cached_tag_list) AGAINST ('phrase') AS score FROM pictures WHERE MATCH (title, cached_tag_list) AGAINST ('phrase') ORDER BY score DESC;
Run Code Online (Sandbox Code Playgroud)