-1

i got a 3 CLOB columns , i have to manipulate them and to recreate data i tryed to make backup columns, like this:

update
tbl_order_webform
set mail_bak = mail_html

but the back up column is empty after the script.

is this even possible? or is this any other way to create a back for them?

Barta Tamás
  • 889
  • 4
  • 15
  • 36

1 Answers1

0

You have to commit your changes in order to see them in another session.

Rene
  • 10,391
  • 5
  • 33
  • 46