如何在删除重复行的同时合并行?
我试过了 UNION
本身以及 UNION DISTINCT
但是两个都返回了错误消息。
编译语句时出错:失败:parseexception行5:10不匹配的输入“distinct”,在set运算符中应为“union”附近的all
SELECT DISTINCT(product1.user)
FROM product1
UNION
SELECT DISTINCT(product2.user)
FROM product2
UNION
SELECT DISTINCT(product3.user)
FROM product3
暂无答案!
目前还没有任何答案,快来回答吧!