Subqueries vs Joins when selecting across a many-to-many relationship in Postgres

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

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

  • @eleah2665
    @eleah2665 3 หลายเดือนก่อน +1

    Hi Jon, I've needed to get better at this for a while. Thanks.

  • @Quentintry
    @Quentintry 3 หลายเดือนก่อน

    Great video! I have a question: how do you handle a many-to-many relationship in JavaScript? In my SQL query, I use '*, owner:users!owner_id(*)' to get a type ...owner: {}, but instead, I receive ...owner: {}[], a list, when there should only be one unique owner.

  • @dreamlightcitymd940
    @dreamlightcitymd940 2 หลายเดือนก่อน

    How to handle many to many relation via the client sdks that are available specially for Javascript.?

    • @dreamlightcitymd940
      @dreamlightcitymd940 2 หลายเดือนก่อน

      Because we are using sdk for app and website.

  • @CraigCannon
    @CraigCannon 2 หลายเดือนก่อน

    👏