Viewing 2 posts - 1 through 2 (of 2 total)
I figured out what I was doing wrong. I was assigning permissions to a new folder called Accounting within the Home folder. I needed to add the permissions at the...
July 1, 2004 at 7:48 am
#512896
barsuk,
Haven't used the case statement in the WHERE clause, but you could use an OR statment to accomplish the same thing.
Select Cln_Num from Clients
WHERE ( (lowercase(@Cln_Num)='all') OR (Cln_Num = @Cln_Num) )
In...
March 31, 2004 at 6:00 am
#501256