SQL - Part 14 - Like Operator and Wildcard Characters

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024
  • Join this channel to get access to perks:
    / @qafox
    Refer www.qafox.com/ for all my free courses on Software Testing Concepts and Tools.
    View Notes Here - www.evernote.co...
    In this video, I have explained and practically demonstrated using Like Operator and Wildcard Characters in SQL statements for Pattern Matching needs.

ความคิดเห็น • 22

  • @QAFox
    @QAFox  10 หลายเดือนก่อน +1

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

  • @nihaldeshmukh1266
    @nihaldeshmukh1266 3 ปีที่แล้ว +6

    thank you sir for explaining this in such an easy way and also for giving various examples on each topic......nice approach

    • @QAFox
      @QAFox  3 ปีที่แล้ว

      You are most welcome

  • @shriyashband801
    @shriyashband801 ปีที่แล้ว +2

    Note: For finding pattern for numbers still we need to use the single quotes
    E.x. select * from products where price like '2_.%';

  • @kakabraza8869
    @kakabraza8869 ปีที่แล้ว +1

    Sterted learning SQL and ur tutorials are the best very cler and consiese thanks so much 🙏 😊

    • @QAFox
      @QAFox  ปีที่แล้ว

      You're very welcome!

  • @bakareolamide4371
    @bakareolamide4371 ปีที่แล้ว +1

    Thank you. You explained really well and touched all important areas. I really appreciate you

    • @QAFox
      @QAFox  ปีที่แล้ว

      You are so welcome!

  • @arunreddy6243
    @arunreddy6243 3 ปีที่แล้ว +5

    Very good explanation sir

    • @QAFox
      @QAFox  3 ปีที่แล้ว

      Thank you Arun :)

  • @raghav3973
    @raghav3973 ปีที่แล้ว +1

    Thankyou sir very good explanation 🙂

    • @QAFox
      @QAFox  ปีที่แล้ว

      Most welcome 😊

  • @dileepkumarmn9230
    @dileepkumarmn9230 2 ปีที่แล้ว +1

    thank you good explain sir

    • @QAFox
      @QAFox  2 ปีที่แล้ว

      You are welcome :)

  • @amruthasankar3453
    @amruthasankar3453 ปีที่แล้ว +1

    Thankyou sir🤩🤩🤩🤩

    • @QAFox
      @QAFox  ปีที่แล้ว

      Welcome :)

  • @th3graduate292
    @th3graduate292 ปีที่แล้ว +1

    Thank you sir

    • @QAFox
      @QAFox  ปีที่แล้ว

      Welcome :)

  • @shahabsaeed-pu5tx
    @shahabsaeed-pu5tx 5 หลายเดือนก่อน

    THANKS SIR

  • @ajaygautam832
    @ajaygautam832 8 หลายเดือนก่อน +1

    thanks

    • @QAFox
      @QAFox  7 หลายเดือนก่อน

      Welcome :)

  • @campeiangomes
    @campeiangomes ปีที่แล้ว

    hello in case i want to search for more then one letter i used this statement but it didnt work SELECT * FROM Customers
    WHERE City LIKE '
    [acs]
    %';