On 8 Jul 2010, at 4:09pm, Jon Polfer wrote:

> My apologies - I took a closer look and realized that I was actually
> putting a semicolon on the end of the statement:
> 
> .schema sqlite_temp_master;  -- doesn't work.

Which is correct.  Semicolons are for SQL commands.  '.schema' is not a SQL 
command.

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

Reply via email to