ホームページ  >  に質問  >  本文

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` 怎么连接起来

伊谢尔伦伊谢尔伦2718日前550

全員に返信(1)返信します

  • ringa_lee

    ringa_lee2017-04-17 15:30:22

    不去重的

    a union all b

    去重的

    a union b

    返事
    0
  • キャンセル返事