首页 > 问答 > 正文
`select from(select curdate() as click_date, abs(-32) as id ) a Left joinSelect * from (select curdate() as click_date2, abs(-32) as id) b` 怎么连接起来
ringa_lee2017-04-17 15:30:22
不去重的
a union all b
去重的
a union b
首页
课程
问答
我的