PDA

View Full Version : trying to query in an item from another database


mastajon
10-06-2009, 05:42 PM
Im trying to import a query for an item from my friends database into mine. I copy the query into my Mysql command line and press enter then i get the following error "sql error: table peq.sql query doesnt exist"

Any idea why this might be happening?

joligario
10-06-2009, 06:03 PM
Looks like you are trying to access a table called "sql" in your current database "peq". mySQL is telling you that the table does not exist.

Maybe you could post the sql you are trying to execute.

mastajon
10-06-2009, 06:22 PM
oh i figured it out. I was trying to source into sql query but i needed to change it to source into items. Stupid error.