Re: NULL values in a JOIN

2002-08-20 Thread Brian Moon
: "Quinten Steenhuis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 2:18 PM Subject: NULL values in a JOIN | | Sql, query | | > Hi, | > | > I have a field that I need to do a join on. Unfortunately, the column is | > allowed to be null (and it

Re: NULL values in a JOIN

2002-08-20 Thread walt
Quinten Steenhuis wrote: > Sql, query > > > Hi, > > > > I have a field that I need to do a join on. Unfortunately, the column is > > allowed to be null (and it should be). My plan is to return the literal > > string 'None' if the column is null, and otherwise to return the joined > > value. How c

NULL values in a JOIN

2002-08-20 Thread Quinten Steenhuis
Sql, query > Hi, > > I have a field that I need to do a join on. Unfortunately, the column is > allowed to be null (and it should be). My plan is to return the literal > string 'None' if the column is null, and otherwise to return the joined > value. How can I do this, when the inner join that I