ERROR 1109 (42S02): Unknown table 'nwq' in field list
Posted by:
weian xu
Date: April 21, 2009 04:41PM
Quando cerco di eseguire questo aggiornamento:
update city set Val_invest = 200 where cityname = 'Gold town';
mi viene fuori questo errore:
ERROR 1109 (42S02): Unknown table 'nwq' in field list
Riporto descrizione della tabella:
mysql> describe city;
+------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+-------------+------+-----+---------+-------+
| CityName | varchar(20) | NO | PRI | NULL | |
| Ab | int(11) | YES | | 0 | |
| Rn | int(11) | YES | | 0 | |
| Ra | int(11) | YES | | 0 | |
| Rl | int(11) | YES | | 0 | |
| Val_invest | int(11) | YES | | NULL | |
| state | varchar(20) | YES | | NULL | |
+------------+-------------+------+-----+---------+-------+
La versione di MySql รจ 5.0.51a-community-nt
Cercasi aiuto.
Grazie
Subject
Views
Written By
Posted
ERROR 1109 (42S02): Unknown table 'nwq' in field list
6406
April 21, 2009 04:41PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.