>  Q&A  >  본문

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일 전585

모든 응답(1)나는 대답할 것이다

  • ringa_lee

    ringa_lee2017-04-17 15:30:22

    不去重的

    a union all b

    去重的

    a union b

    회신하다
    0
  • 취소회신하다