I have a column which is a varchar and holds from all to 1 of the below codes in a comma delim list
USA,EUR,LAT,PAC
when someone logs on to the system one of the four codes is assigned to a session cookie.
What I need to do is have a Select Query which brings out only the data that you have access to. Ie if I can only look at USA products how do you create a select query that looks in the column to see whether you have access.
any help
cheers
USA,EUR,LAT,PAC
when someone logs on to the system one of the four codes is assigned to a session cookie.
What I need to do is have a Select Query which brings out only the data that you have access to. Ie if I can only look at USA products how do you create a select query that looks in the column to see whether you have access.
any help
cheers