How Many Of These SQL Tricks Do You Actually Know ?

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

КОМЕНТАРІ • 31

  • @LearnatKnowstar
    @LearnatKnowstar  2 дні тому +2

    Don't Forget to Tell Us Your Favorite Trick in the Comments for a chance to win Exciting Prizes sponsored by LearnSQL.com #sponsored
    Please NAME the SQL Trick in a proper sentence and not just the Trick Number.
    Practice SQL Queries on Your Browser through Interactive Courses -
    learnsql.com/?ref=otm1ytl
    You can Find The Contest Rules here -
    ua-cam.com/users/postUgkxW1ZFWVGi8yo-7GhDsMJ44SbGR0_GHWk4?si=SRIw9QZIO6jmfkzF

  • @sz6618
    @sz6618 2 дні тому +2

    Favorites Trick : TRIM - It is really interesting feature glad to learn we can trim specific character.

  • @chandanpatra1053
    @chandanpatra1053 День тому

    Absolutely loving Trick No. 2 (IIF Conditional Logic)! It makes dealing with if-else statements a breeze compared to 'Case When'.

  • @Beyondhorizons-i5z
    @Beyondhorizons-i5z 2 дні тому +1

    I love VALUES. It has so many uses. My favorite.

  • @babytigtig3795
    @babytigtig3795 2 дні тому +1

    My favorite is OUTPUT feature ❤.

  • @diydecor2653
    @diydecor2653 2 дні тому

    The one with IIF is really cool. My favourite.

  • @prasadraja17
    @prasadraja17 2 дні тому

    Insert values with output function is really awesome

  • @vaibhavkhairnar7313
    @vaibhavkhairnar7313 2 дні тому

    Output is really helpful, my favourite

  • @ankushpokalwar5345
    @ankushpokalwar5345 14 годин тому

    My favorite trick is using convert to format dates it really makes it easy to work with it.

  • @7to7media
    @7to7media 2 дні тому

    Output features 🎉

  • @crickmoments3732
    @crickmoments3732 День тому

    For me TRIM function to remove unwanted characters from string is really helpful.

  • @hv0032113
    @hv0032113 2 дні тому

    I hvae always liked the little tricks we can do with Coalesce function. Loved this video but the one with the COALESCE function is my favorite and the one I use the most.

  • @shilpagupta6376
    @shilpagupta6376 2 дні тому

    Trick 4 is my favorite - values table value constructor

    • @LearnatKnowstar
      @LearnatKnowstar  2 дні тому

      Please name the Trick in a proper sentence and not just the Trick Number.

  • @0001omkarpatil
    @0001omkarpatil День тому

    All the tricks are great! Personally, I really liked the value table, value constructor, and date format examples. Thanks for uploading such an amazing video. I never regret being your subscriber because I’ve learned so much SQL-related knowledge from your channel.

  • @DataWithIvan
    @DataWithIvan День тому

    I liked IIF trick a lot as it simplifies things.

  • @atulbhandvalkar2510
    @atulbhandvalkar2510 День тому

    IIF trick I find is very useful. Thanks for such informative content.

  • @dgovdev
    @dgovdev 2 дні тому

    My favorite sql trick is the COALESCE function.

  • @ivanko-nebo
    @ivanko-nebo День тому

    Columns concatenation sounds great for me

  • @Merhawi-q9b
    @Merhawi-q9b День тому

    All tips and tricks are nice, but I like the COALESCE FUNCTION thank you for sharing.

  • @SuperShiva619
    @SuperShiva619 2 дні тому

    Generate Date Range my personal favourite

  • @briandennehy6380
    @briandennehy6380 День тому

    Coalesce is the best for me 👍

  • @RohanNijwnate
    @RohanNijwnate День тому

    GENERATE_SERIESE() FUNCTION AND COALESCE() I LIKED THE MOST

  • @vaibhavkhairnar7313
    @vaibhavkhairnar7313 2 дні тому

    Split_string functions converts string to rows
    Is there any best way to do opposite ?? i.e rows to string ??

    • @BCMNarendranGR
      @BCMNarendranGR 2 дні тому

      You can try using stuff for selecting multiple rows as single string item

    • @LearnatKnowstar
      @LearnatKnowstar  2 дні тому

      You can use the STRING_AGG function.
      Here is a quick video tutorial on that.
      ua-cam.com/video/R7TllIFkq94/v-deo.html

    • @BCMNarendranGR
      @BCMNarendranGR 2 дні тому

      ​@@LearnatKnowstar yeah string_agg is also another way. Thanks for sharing