Is there a way to update a table so that a  column's values can be changed to a 
concatenation of two other column values? For instance, something like ... 

UPDATE TABLE tablename SET colA = colB.colC;




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to