Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Just For Fun: An Impossible Delete

    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 * ,...

Viewing post 1 (of 1 total)