Is there anyway to do 'pragma table_info' on a table in an attached database (even if a table in the main database has the same name). I guess I am wondering why this doesn't work:
PRAGMA table_info(database_name.table_name)


I get 'near ".": syntax error'.

-Charlie



Reply via email to