Viewing post 1 (of 1 total)
Hallo, to the original joke, why not to return desired result directly like this?
-- insert into SOURCE
select [Name], Age, case(Sex) when 'M' then 'm' else 'f' end
from (
select * ,...
August 7, 2008 at 4:44 am
#854346