Pauldohert
02-02-2006, 01:14 AM
How do I put a derived field into a view iN SQL Server
In access I would have
IIf([field1] = True,"",[Field2])
Or Alertantively can I return a Null instaed of the zero length string.
IIf([field1] = True,Null,[Field2])
Thanks
In access I would have
IIf([field1] = True,"",[Field2])
Or Alertantively can I return a Null instaed of the zero length string.
IIf([field1] = True,Null,[Field2])
Thanks