Forum Moderators: open
clientsA (clientID int, projectID tinyint)
clientsB (clientID int, projectID tinyint)
CREATE VIEW v_clients (clientID, projectID)
AS SELECT ?.?.?.?
I tried some joins but they all resulted in far more records in the view than the sum of the two tables would suggest. (I'm new to views, so bare with me..)
[edited by: RonPK at 9:35 am (utc) on Feb. 19, 2008]