There is COALESCE()<http://msdn.microsoft.com/en-us/library/aa258244%28SQL.80%29.aspx>. Maybe that can help? She has come in handy for me many times. I always forget about COALESCE(). The poor girl.
On Wed, Jun 2, 2010 at 12:25 PM, julik <[email protected]> wrote: > Any way to replicate is null functionality using the "="? > I automatically set values in .NET code and everything is great only I > can't easily check for nulls b/c I feed variables into > " where P.ProjectPlatform = " + > ddlProjectPlatform.SelectedValue.ToString(); > > Any easy way to check if P.ProjectPlatform is null in the above > example using the "=" ? > > Thank you.
