首页  >  问答  >  正文

mysql - 这条语句怎么写啊

`select from(select curdate() as click_date, abs(-32) as id ) a
Left join
Select * from (select curdate() as click_date2, abs(-32) as id) b` 怎么连接起来

伊谢尔伦伊谢尔伦2766 天前586

全部回复(1)我来回复

  • ringa_lee

    ringa_lee2017-04-17 15:30:22

    不去重的

    a union all b

    去重的

    a union b

    回复
    0
  • 取消回复