How To Write SQL Server Queries Correctly: IN and NOT IN

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

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

  • @exupload93
    @exupload93 19 ชั่วโมงที่ผ่านมา +3

    Thank you so much for the stream of videos as each of it is a gem of its own. Anyone finding these videos anywhere through their MSSQL journey would find themselves in a far better position to understand what works under the hood of the Sql server engine. I hope more people find this channel and I'm definitely going to make this channel a must watch for anyone who wants to get sufficiently better at understanding how to write better quality queries. If i need any expert advice, i know who to connect with 🤣

    • @ErikDarlingData
      @ErikDarlingData  18 ชั่วโมงที่ผ่านมา

      Thanks for the endorsement 😃

  • @SQLDevDBA
    @SQLDevDBA 21 ชั่วโมงที่ผ่านมา +1

    11:33 NTEXT or XML is safest for all columns. Message brought to you by Storage Vendors.

    • @ErikDarlingData
      @ErikDarlingData  18 ชั่วโมงที่ผ่านมา +1

      Pure-ly coincidental.

    • @SQLDevDBA
      @SQLDevDBA 18 ชั่วโมงที่ผ่านมา

      @@ErikDarlingData wooooooah I didn’t have my helmet on for that. 🤣

  • @SQLDevDBA
    @SQLDevDBA 21 ชั่วโมงที่ผ่านมา +1

    …Mom…
    😂

  • @FlaggedStar
    @FlaggedStar 18 ชั่วโมงที่ผ่านมา

    I totally understand picking NOT EXISTS instead of NOT IN, but I haven't seen any convincing argument for using EXISTS instead of IN.

    • @ErikDarlingData
      @ErikDarlingData  17 ชั่วโมงที่ผ่านมา

      There isn’t much of one generally, unless you are playing additional tricks with the IN clause.