MySQL Forums
Forum List  »  Newbie

Instert with select over 2 databases
Posted by: horst Treu
Date: January 02, 2011 02:41PM

hi, i have 2 databases and i want to insert specify data to other db.

Query: INSERT INTO funchar.item_loot SELECT * FROM `instantchar.item_loot` WHERE owner_guid='55443';


Result: #1146 - Tabelle 'funchar.instantchar.item_loot' existiert nicht
english: #1146 - Table 'funchar.instantchar.item_loot' doesnt exist


what can i do?

Options: ReplyQuote


Subject
Written By
Posted
Instert with select over 2 databases
January 02, 2011 02: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.