Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Update table

    1) UPDATE table1 SET col1 = (select distinct case a.col1 when '1' then '0' else '1' end from table1 a

    ...

Viewing post 1 (of 1 total)