0

I have a simple oracle statement, and I don't see why it won't work.

UPDATE sdg_user,sdg
SET sdg_user.U_START_DATE = trunc(sysdate-2,'DD')
WHERE sdg_user.SDG_ID = sdg.SDG_ID
and sdg.name in('875933','873401','875946','876036','876103','876271','876274','876297','876298')
Ferry Jongmans
  • 625
  • 2
  • 12
  • 22

0 Answers0