
April 27th, 2004, 12:40 AM
|
|
Contributing User
|
|
Join Date: Apr 2004
Location: Australia
Posts: 139
Time spent in forums: 10 h 31 m 10 sec
Reputation Power: 6
|
|
multiple left joins help?
Could somebody tell me what is the secret of being able to write a SELECT statement having mulitple LEFT or RIGHT joins, I seem to get in trouble as soon as I add the second LEFT join, as I am obviously doing it wrong.
These are my tables, would somebody mind having a go,or explaining what do i need to be aware of in a case like this
emailDetails table ( emailID_PK,emailName,emailText,emailSubject,emailN otificationTypeID)
emailRecipients table (emailID_PK, RecipientID, SentToEmail)
luEmailNotificationTypes look up table (emailNOtificationTypeID_PK, emailNotificationTypeName)
Thanks
|