I have 3 Northwind tables, Employees, EmployeeTerritories, and Territories. I have a cross join table between Employees and Territories. I want to add a column to the cross join table. Each row will contain a 1 if the row employee has the row territory
and will contain a 0 otherwise. How do I do it?
Bill Swartz