Hi I am trying to update a table that is full of customer ID's using another 
table with the following command

 update customers set row_id=mc.id where tele=mc.tele;

But it give me the error

ERROR 1109: Unknown table 'mc' in where clause


The table mc does exist I am pretty lost on this one any help would be  great

Armando

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to