Snowflake SQL Improvements | Summit 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 6

  • @Myhands14
    @Myhands14 ปีที่แล้ว +3

    Awesome changes!

  • @k.r.2038
    @k.r.2038 ปีที่แล้ว +3

    I think GROUP BY ALL should work like DISTINCT if you do not have an aggregation function. Would be better than ignoring it. Many folks use GROUP BY as a replacement of DISTINCT...

  • @sharma_ji_in_uk
    @sharma_ji_in_uk ปีที่แล้ว +1

    group by all is helpful for deduplication . Select * exclude(lastupdatetime) ,count(1) group by all having count(1)>1