Continuing the T-SQL journey with OVER and RANK

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 19

  • @djkuralt
    @djkuralt Год назад

    This video deserves more likes than it's getting! I'm in an internship where I'm using T-SQL and PowerBI, and these videos are very VERY helpful!

  • @joeseroski1095
    @joeseroski1095 2 года назад +3

    I love the T-SQL videos. Explained in an easy, concise way.

    • @GuyInACube
      @GuyInACube  2 года назад

      Thanks Joe. We will keep them coming.

  • @eziola
    @eziola Год назад

    Love the T-SQL journey!

  • @da8233
    @da8233 Год назад

    wow , that's so nice Patrick

  • @pieterlinden8292
    @pieterlinden8292 2 года назад

    Since I learned T-SQL before doing DAX, I use windowing functions all the time! SUPER handy!

  • @bertholdflikkema8599
    @bertholdflikkema8599 2 года назад +1

    Window functions are awesome! One tip though, you missed an opportunity to explain some new t-sql stuff ;) Since sql server 2022/azure sql, there is the new window clause. Which enables you to specify a window once and reuse it many times. When you use window functions extensively you will often see the over() part being copied many times within one statement. The window clause allows you to deduplicate your code. Would have been a nice addition for the folks already familiar with window functions.

  • @cooky123
    @cooky123 2 года назад

    Nicee! Very concise... I'm excited to see what's next!

  • @joeseroski1095
    @joeseroski1095 Год назад

    I would love to see a video on stored procedures. What they are, why you would use them, maybe in context with Power BI or Paginated Reports.

  • @raymondjurado9203
    @raymondjurado9203 2 года назад +1

    Getting into window functions can save a ton of time for you.

  • @rachwalskimarcin
    @rachwalskimarcin 2 года назад +1

    Is there a playlist with T-Sql videos?

    • @GuyInACube
      @GuyInACube  2 года назад +3

      We will work on one. Stay tuned!

  • @Anthony_Lecoq
    @Anthony_Lecoq 2 года назад

    Great video Patrik ;) Do you know if the OVER statement can generated in power query through the query folding? Or will it be in a near future ? Maybe a question for the master Alex Power?

  • @clairerovic
    @clairerovic 2 года назад

    Would use the Partition window daily. Just makes the day to day queries easy.

  • @valentb
    @valentb Год назад

    Love theese videos, but can you put and show us how you put what you write in a view or table and import it to powerbi. I know it sounds stupid but alot more people with catch on and it will bedome a smooth transition from a-b.

  • @JohnKpl
    @JohnKpl Год назад

    When you explain it, it all seems so simple.
    PS
    My SQL Server uses single quotes, not double quotes. That's weird

  • @aleksanderstrommer7677
    @aleksanderstrommer7677 2 года назад +2

    B A N A N A S

  • @mszakalinski
    @mszakalinski 2 года назад

    Just wondering if what you ve done here cant be done faster in power query in native query mode then copy paste bam, or copy paste to chat gpt to shorten/ check and bam done, aint this way a dinosour way :) ? I know not all can be done by nq but a lot