Viewing 2 posts - 46 through 47 (of 47 total)
Thanks for reply.
used:
select distinct [service date] from [errormode detailed]
It resulted in two kinds of posts:
Service date
0
20030101
20030102
.....
Then I made this to controll any 0 posts
CASE WHEN ( {A} is null)
THEN...
June 21, 2004 at 6:32 am
#511197
Need to correct my self abit.
I said it worked well under winsql. That is a truth with modifications...
Only when I add the where clause does it work, if I exclude...
June 21, 2004 at 5:59 am
#511192