Viewing 3 posts - 1 through 4 (of 4 total)
Hi,
Where do i set this value?
Thanks,
Damien
May 11, 2005 at 10:05 am
#558142
Hi Veteran,
Given that it should be <> 0 then how would I handle the fields where they are = 0? I have only put the 0.0001.... there as a place...
May 11, 2005 at 2:17 am
#557966
Hi Everyone,
Thank you so far for your replies to my newbie question. The full SQL for that query is:
SELECT
MAX(dbo.cit.citModID) AS mid,
dbo.cit.citID,
MAX(cit.citCamID) AS cam_id,
MAX(CASE dbo.cit.citBudget WHEN...
May 11, 2005 at 2:13 am
#557964