here is what happens with my update command:

update GGProfiles set GGProfiles.city = USzipcodes.city where
GGProfiles.zipcode = USzipcodes.zipcode;
ERROR 1109: Unknown table 'USzipcodes' in field list

the USzipcodes table does exist and the name even filled in from a tab
after the U.  it has the same owner and group as all of the other tables
in the database.

i'm using mysql version 3.23 on a cobalt raq3i.

anybody know what gives?

thanxamundo

phil

---------------------------------------------------------------------
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