SQL Unpivot and more

Поділитися
Вставка
  • Опубліковано 4 жов 2020
  • In this video I will demonstrate joining multiple unpivot queries using a real work example.

КОМЕНТАРІ • 20

  • @aleksandraarsic1100
    @aleksandraarsic1100 3 місяці тому

    Awesome video, thank you!

  • @coolharinath6003
    @coolharinath6003 2 роки тому +1

    Brilliant example and explanation Brother 😎

  • @emmanuelaolaiya
    @emmanuelaolaiya 3 роки тому +1

    Great work here and thanks so much. This is very useful and helpful.

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

    The best way to put it so far👍 Thanks
    it works whether data is aggregate values or not. good way akso to create tall tables for some reasons.

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

    Brilliant…. Thank you

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

    You are the man

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

    that was clean

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

    Thank you!

  • @darrylw99
    @darrylw99 15 днів тому

    Thanks but how can you have sales amount greater than the inventory amount

  • @ajaymahato4270
    @ajaymahato4270 3 роки тому +1

    Hi James, for the first section where you add the column name for unpivot, how can we write it such that the column name comes from a table or a variable so that it becomes dynamic.

  • @rapo107
    @rapo107 3 роки тому +1

    Hi james i am great fan of your teaching... could you please make a video on what are the conditions to blend two datasets in microstrategy document? Means is it enough to have one common attribute in two datasets or any other conditions.

    • @JamesOliver
      @JamesOliver  3 роки тому

      I have 2 videos I created a while back on data blending that should help. ua-cam.com/video/A8EWDlarzK0/v-deo.html and also ua-cam.com/video/x5W7b7_tmEs/v-deo.html

  • @CheCheSmith
    @CheCheSmith 3 роки тому

    Thank you. Learning SQL on my own, is there a place to download large amounts of sample data?

    • @JamesOliver
      @JamesOliver  3 роки тому +2

      CheCheSmith Yes install sql server express and then download the sample database AdventureWorks from Microsoft

  • @hadireg
    @hadireg 3 роки тому

    🌟🌟🌟🌟🌟

  • @thirumalaip6458
    @thirumalaip6458 3 роки тому

    please post a video on Microstrategy dossiers in youtube or udemy by updating your course.thanks.

  • @joshsmart9178
    @joshsmart9178 3 роки тому

    Hi, James. For the first section of the video, you unpivoted. What if you want to add the results of that unpivoted data to another query?

    • @JamesOliver
      @JamesOliver  3 роки тому +1

      If I understand you correctly, you should use CTE / WITH statements to do that

  • @slavchevbg
    @slavchevbg 3 роки тому

    Great video! Thanks!

  • @juancarlosabayo874
    @juancarlosabayo874 3 роки тому

    how can we know the original column name ? like SalesAmount and Week