On 6/5/2014 2:19 AM, LacaK wrote:
Then when I try PRAGMA table_info(test.tab1) , I get error: near ".":
syntax error.

The correct syntax is

PRAGMA test.table_info(tab1)


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to