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?