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

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

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

  • @timothyshiu2263
    @timothyshiu2263 หลายเดือนก่อน +5

    Love these type of Postgres video

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

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

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

    👏

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

    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 หลายเดือนก่อน

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

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

      Because we are using sdk for app and website.