Viewing 4 posts - 1 through 4 (of 4 total)
hi,
i tried changing the subquery to 'in' instead of the = and i was still getting the same error. also i changed every operator in the query to...
September 8, 2009 at 7:24 am
Hi, thanks for your reply, actually the correct code i am using is:(just an excerpt)
AND
( Profession= CASE when @Profession is not null then
(select Profession from BK_TagSMS_Access...
September 8, 2009 at 6:46 am
Hi, thanks for your reply, actually the correct code i am using is:(just an excerpt)
AND
( Profession= CASE when @Profession is not null then
(select Profession from BK_TagSMS_Access...
September 8, 2009 at 6:42 am
PP (9/8/2009)
( Profession= CASE when @Profession 0 then
-- (select Profession from BK_TagSMS_Access
----select value from BK_TagSMS_ParameterSplit(@Profession,',')))
@Profession
else Profession end)
AND
Not sure if I understood your requirement correctly but if this part...
September 8, 2009 at 4:34 am
Viewing 4 posts - 1 through 4 (of 4 total)