SQL Tutorial - PIVOT with Text

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

КОМЕНТАРІ • 13

  • @ViktorParkhomets
    @ViktorParkhomets 4 роки тому +2

    The best SQL tutorials of what I found so far

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

    I have been searching for this for quite sometime, but all the clips I found did not explained it clearly. But yours is easy to understand thank you so much this helped me alot!

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

    Thank you! You are a life saver sparing me headaches.

  • @raymondjurado9203
    @raymondjurado9203 4 роки тому +1

    You're pretty good.
    Looking forward to dynamic pivoting as in my context the number of elements varies and will be enumerated by a window function.

  • @ameobiamicrobiological2366
    @ameobiamicrobiological2366 4 роки тому +2

    Thanks so much for this, just so know you, I watched all the horrible commercials so you would get a small revenue from this.😁

  • @ViktorParkhomets
    @ViktorParkhomets 4 роки тому +1

    Is it possible to concatenate values, like '5x5; 100x100' ?

    • @BeardedDevData
      @BeardedDevData  4 роки тому +1

      You can concatenate before in the table expression or the results of the pivot operation. If you can give me more details I can explain more.

    • @ViktorParkhomets
      @ViktorParkhomets 4 роки тому +1

      @@BeardedDevData just as in this example, where we have id, attribute and multiple values:
      1 Master bedroom size 5x5
      1 Master bedroom size 100x100
      Result should be:
      [id] [Master bedroom size] ...
      1 5x5; 100x100
      ...
      It would be great to see that in some future video.
      Thanks so much for your work!

  • @ericritter46
    @ericritter46 2 роки тому

    Boo

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

    Dude thanks a million