Continuing the T-SQL journey with OVER and RANK

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 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 Рік тому +3

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

    • @GuyInACube
      @GuyInACube  Рік тому

      Thanks Joe. We will keep them coming.

  • @pieterlinden8292
    @pieterlinden8292 Рік тому

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

  • @da8233
    @da8233 Рік тому

    wow , that's so nice Patrick

  • @eziola
    @eziola Рік тому

    Love the T-SQL journey!

  • @bertholdflikkema8599
    @bertholdflikkema8599 Рік тому +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 Рік тому

    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.

  • @Anthony_Lecoq
    @Anthony_Lecoq Рік тому

    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?

  • @raymondjurado9203
    @raymondjurado9203 Рік тому +1

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

  • @rachwalskimarcin
    @rachwalskimarcin Рік тому +1

    Is there a playlist with T-Sql videos?

    • @GuyInACube
      @GuyInACube  Рік тому +3

      We will work on one. Stay tuned!

  • @clairerovic
    @clairerovic Рік тому

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

  • @JohnKpl
    @JohnKpl Рік тому

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

  • @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.

  • @aleksanderstrommer7677
    @aleksanderstrommer7677 Рік тому +2

    B A N A N A S

  • @mszakalinski
    @mszakalinski Рік тому

    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