Question about using a select query to view data
If I have two tables (table 1 is MyCustomers, table 2 YourCustomers). I want the query to show MyCustomers and YourCustomers records with descrepancies. For example, MyCustomer shows Billy Smith but YourCustomer shows Billie Smith. I need to see both names. How do I do this.
If I have two tables (table 1 is MyCustomers, table 2 YourCustomers). I want the query to show MyCustomers and YourCustomers records with descrepancies. For example, MyCustomer shows Billy Smith but YourCustomer shows Billie Smith. I need to see both names. How do I do this.