Jos� R�mulo El�as Contreras wrote:

> 
> How can I do an update of a table usign values from different 
> tables to 
> set it?
> 
Use subqueries like this:
UPDATE t SET a = (SELECT col FROM base)

Elke
SAP Labs Berlin

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

Reply via email to