GOOGLE LeetCode Hard 1767 “Subtasks That Did Not Execute" Interview SQL Question Explanation | EDS

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

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

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

    A small variation:
    select * from cte
    except
    select * from executed

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

    Superb explanation bro 👌 👏 👍

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

      I have one doubt when I used cte inside the with clause am getting error .cte is not available

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

    Thanks for sharing this! I had no idea that we can use tuple in where clause. Do you have any similar use cases for that?