Hello!
I have a Select Query based on 2 tables with one-many relationship, let's call one table "One" and the other one "Many" based on the sides of the relationship.
How to make this query to return all records from the "One" table even if the "Many" table doesn't have related records? Right now, query shows only those records from "One" table that have related records in the "Many" table. I need it to show ALL records from "One" table, just like it would if I were to remove the "Many" table from the query. I appreciate any help with this.
I have a Select Query based on 2 tables with one-many relationship, let's call one table "One" and the other one "Many" based on the sides of the relationship.
How to make this query to return all records from the "One" table even if the "Many" table doesn't have related records? Right now, query shows only those records from "One" table that have related records in the "Many" table. I need it to show ALL records from "One" table, just like it would if I were to remove the "Many" table from the query. I appreciate any help with this.