Viewing 2 posts - 1 through 3 (of 3 total)
Thank you Steve
This was attempted, but the user's permissions with regards to the SET operation were not permitted within the stored procedure. The error produced was the exact same...
June 28, 2004 at 4:22 pm
#512299
try to use the CASE statement
SELECT au_fname, au_lname,
CASE state
WHEN 'CA' THEN 'California'
WHEN 'KS' THEN...
April 7, 2003 at 2:40 pm
#453402