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.
我有这个查询:
EDITED
问题是执行查询后出现此错误:
关键字“union”附近的语法不正确。
我错过了什么?
如果您查看以下文档:
C. Using UNION of two SELECT statements with ORDER BY
你会看到你不能在第一个查询中使用ORDER BY 。
请记住: