Grouping function in SQL Server

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

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

  • @krzysztofs8535
    @krzysztofs8535 7 ปีที่แล้ว +8

    Venkat rules! Thank you for educating community. I'm the biggest fan of this tutorial I watched all your videos. You are a legend.

  • @MrCardeso
    @MrCardeso 9 ปีที่แล้ว +4

    Thank you. I have greatly enjoyed the last few videos on SQL and learned quite a bit.

  • @88spaces
    @88spaces 5 ปีที่แล้ว +4

    kudvenkat, You are impressive. Lov your videos.

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

    GOOD JOB, EASY TO UNDERSTAND

  • @ajmohd7316
    @ajmohd7316 9 ปีที่แล้ว +2

    Thanks. This video was very helpful.

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

    thank you teacher...

  • @hyd-kn4si
    @hyd-kn4si 8 ปีที่แล้ว +3

    You are a legend

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  8 ปีที่แล้ว +2

      +hyd 2016 Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful.
      Dot Net & SQL Server training videos for web developers
      th-cam.com/users/kudvenkatplaylists?view=1&sort=dd
      You can order DVDs for offline viewing using the link below
      www.pragimtech.com/Order.aspx
      Code Samples & Slides are on my blog
      csharp-video-tutorials.blogspot.com
      Tips to effectively use our channel
      th-cam.com/video/y780MwhY70s/w-d-xo.html
      To receive email alerts, when new videos are uploaded, please subscribe to our channel
      th-cam.com/users/kudvenkat
      Please click that THUMBS UP button below the video, if you like the videos
      Thanks a million for sharing these resources with your friends
      Best
      Venkat

  • @raqibul1000
    @raqibul1000 9 ปีที่แล้ว +2

    Thanks A Lot.

  • @muhammadrehbarsheikh8498
    @muhammadrehbarsheikh8498 9 ปีที่แล้ว +2

    Thanks sir!!

  • @abhaverma557
    @abhaverma557 8 ปีที่แล้ว +2

    Nice Video...Just one doubt. I read oracle book and it shows that return value 1 is when the expression has not been used to calculate the aggregate value whereas you are telling other way around. Please explain.

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

    Hi Venkat, May I kidnly request if you can make a video on how to calculate a running total based on two columns Debit and Credit and put it in a third field called balance to be grouped by MemberID or DepositorID. Thanks a lot!

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

      +Renoir Rapido
      You can achieve this by using raking function SUM() OVER() with CASE statement.

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

      Hi Durga, Thanks for the suggestion, I tried but could not get it, may I request if you can send a sample script?Thanks!