crude example,
the REAL price might not be in DBO.RealPrice,but it will be in DBO.OLDPRICE.
Can i do something like this:
Select
yada A,
yada B,
,ISNULL(RealPrice, Select OLDPRIOE from DBO.OLDPRICE...)
trying to
the REAL price might not be in DBO.RealPrice,but it will be in DBO.OLDPRICE.
Can i do something like this:
Select
yada A,
yada B,
,ISNULL(RealPrice, Select OLDPRIOE from DBO.OLDPRICE...)
trying to