SQL Ranking Functions: Part 1 The Over Clause

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

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

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

    Extremely well put explanation, Loved it Doug!

  • @sonalishinde5030
    @sonalishinde5030 7 หลายเดือนก่อน +1

    I was missing out on this. Thank you so much for this explanation

  • @rajatgupta8736
    @rajatgupta8736 5 หลายเดือนก่อน

    Amazing explanation of the concepts. Thanks lot.

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

    This video really helped me understand rank. I noticed your TH-cam channel is really quiet. I hope you keep making videos 😄

  • @Mahmoud-ys1kt
    @Mahmoud-ys1kt ปีที่แล้ว

    Great way of illustration , Thanks

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

    Really well explained, thanks Doug!

  • @fk319fk
    @fk319fk 3 ปีที่แล้ว

    I am trying to figure out the over clause. I ran across this video and I love your style of presenting your searches. The first chance I get, I will use it.

  • @eoinmorgan6326
    @eoinmorgan6326 ปีที่แล้ว

    Very helpful, and good pacing on the presentation

  • @supa.scoopa
    @supa.scoopa 10 หลายเดือนก่อน +1

    Now I get it! Thank you so much!

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

    It's very clear, thank you!

  • @kumarmanoj207
    @kumarmanoj207 ปีที่แล้ว

    VV.good explanation.

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

    You made the Rank() easy as main()

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

    nicely explained!

  • @yeoshuabenzaken7736
    @yeoshuabenzaken7736 7 หลายเดือนก่อน

    hi
    the order by clause sometimes goes a total running count instead of just ordering it like rank in your case why is that?

    • @DatabasebyDoug
      @DatabasebyDoug  5 หลายเดือนก่อน

      I'm not sure I understand your question, but... The ORDER BY in the OVER clause has a different purpose than the ORDER BY for the whole SELECT query. The ORDER BY in the OVER is describing how to calculate RANK/ROW_NUMBER/DENSE_RANK. The ORDER BY at the end of the SELECT statement describes how to order the *results*.

    • @yeoshuabenzaken7736
      @yeoshuabenzaken7736 5 หลายเดือนก่อน

      @@DatabasebyDoug when you use sum it does a running count instead of ordering it

  • @gamesplay74
    @gamesplay74 6 หลายเดือนก่อน +1

    GOOD THINK

  • @coalblacksmith
    @coalblacksmith 3 ปีที่แล้ว

    Hi Doug. Does the same apply fo MySQL? Thanks.

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

    How to find the latest record for each case id in a table