【发布时间】:2012-05-29 07:26:49
【问题描述】:
能否请任何人都可以在 FQL 中显示两个 SELECT 语句的 UNION 操作结果。 当我尝试使用 UNION 操作执行 FQL 查询时,我收到以下错误 error_msg=Parser error: unexpected 'UNION' at position 171., error_code=601}。
提前致谢。
【问题讨论】:
标签: sql facebook union facebook-fql
能否请任何人都可以在 FQL 中显示两个 SELECT 语句的 UNION 操作结果。 当我尝试使用 UNION 操作执行 FQL 查询时,我收到以下错误 error_msg=Parser error: unexpected 'UNION' at position 171., error_code=601}。
提前致谢。
【问题讨论】:
标签: sql facebook union facebook-fql
facebook 不支持 fql 中的 union。
您可以使用fql multi query
【讨论】: