View Single Post
  #1  
Old 07-28-2011, 04:44 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Copying table from one SQLite database to another?

I'm trying to copy a table from a database to another database, but I get this error:

PHP Code:
unknown database itemlogs 
I can access the itemlogs database separately just fine though. This is the query I'm using:

PHP Code:
requestSQL("CREATE TABLE itemlogs.foobar AS SELECT * FROM main.buffs", true); 

Any idea what's wrong?
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote