SQLite Forum

Query 2 databases
Login
Hi, Warren,
Is there any other command by which I can "attach database"?

Now is the syntax I put in is correct?

Consider this scenario:

1. sqlite3 conn.db
2. attach att.db
3. SELECT....

Thank you.