Hi All.
I am trying to create copy of very important table in my database.
I am trying to do so with export command like this:
"db2 export to /tmp/backup-db2/presrules.del of del messages /tmp/backup-db2/msg.txt select * from presrules"
My table contains XML column.
But when i run this script i get an error:
SQL3022N An SQL error "-104" occurred while processing the SELECT string in
the Action String parameter.
Can anybody help me to solve my problem please.
With Regards Koby.