UPDATE table1 t1 SET (name, desc) = (SELECT t2.name, t2.desc ..... How do you write a pl sql script that iterates finds a previous version of all ...
www.google.com.tw