SQL - Part 12 - Using Between Operator with Text

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

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

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

    For any doubts, live training updates and free Courses please join our Telegram channel t.me/qafoxoriginal

  • @shreenashah7774
    @shreenashah7774 7 месяцев назад

    why we cannot use order by clause before where clause as i had used but it is showing error so any specific reason for that?

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

    there's a mistake..It won't internally order..The displayed data is based on the first in first go order

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

    sir in w3 sql is case sensitive when i am using the small letters i am not getting answer

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

    hi bro thanks alot for your videos. its very very good for learning.i would like to share some good tips for videos ...when you explain and wrtie query your cursor moving up and down too much its relly annoying. ..it would be better if you show the data table at the corner. or side by side query window and data table window(split.) i guess it would be very grateful and your .

  • @pravinsawant377
    @pravinsawant377 8 месяцев назад

    sir is this playlist enough to crack SQL interviews?

  • @rayberlin8005
    @rayberlin8005 3 года назад +1

    Need an update in notes (mentioned part 11 and missed 12)

    • @QAFox
      @QAFox  3 года назад

      Updated now. Please check and let me know if any other mistakes made anywhere.

  • @partabparmar5537
    @partabparmar5537 25 дней назад +1

    THANK YOU SIR

    • @QAFox
      @QAFox  22 дня назад

      Most welcome

  • @amruthasankar3453
    @amruthasankar3453 Год назад +1

    Thank you sir 🤩🤩🤩🤩

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

      Welcome 👍

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

    After ascending country I couldn't get result between canada and finland

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

      What query did you write and what result/error did you get?

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

      you can write your query here so we can check where u r wrong

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

    select * from Customers where country Between 'canada' and 'finland';
    when I write this code then output is show no results
    why sir?

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

      Don't know if still useful but you should try with 'Canada' and 'Finland' (with the upper case)

  • @abhihonrao4488
    @abhihonrao4488 10 месяцев назад +1

    THANKS MAN😊😊

    • @QAFox
      @QAFox  10 месяцев назад

      Welcome :)

  • @Puranikahaniyan123
    @Puranikahaniyan123 3 года назад +1

    please provide all notes together

    • @QAFox
      @QAFox  3 года назад +1

      Sorry that is not possible for me. Instead, you can put all the links of all the videos in a google doc and refer when needed.

  • @th3graduate292
    @th3graduate292 Год назад +1

    Thank you sir

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

      Welcome :)

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

    Ok