Way of using Attach command in SQLite
How attach command is used in SQLite. Which SQLite statement is executed to use the same.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AartiPosted Nov 24, 2011, 3:54 AM
The ATTACH Command is used to add another database file to the current database connection.
Syntax: ATTACH DATABASE DatabaseName
SQLITE> ATTACH DATABASE 'MASTER' AS M
AartiPosted Nov 24, 2011, 3:54 AM
The ATTACH Command is used to add another database file to the current database connection.
Syntax: ATTACH DATABASE DatabaseName
SQLITE> ATTACH DATABASE 'MASTER'AS M