if i want a simple data transfer of one table into another i'd like to use something like

UPDATE t1 LEFT JOIN t2 SET t1.c1 = t2.c2

but that is not allowed in SAPDB. Is there any workaround?



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to