I need to drop one table, but before I need to move all the data that is in that table to another table with xml liquibase. I tried with update
but it is giving ORA-00936: missing expression. Can someone help please ? What is the syntax / correct way to migrate one table to another row by row ?
Than k you.