On 01/17/2011 06:36 AM, Sam Carleton wrote:
> I am trying to optimize a query by using the EXPLAIN QUERY, but the
> documentation on the web (http://www.sqlite.org/eqp.html) does not match the
> version of SQLite I am using (v3.6.23.1).  The documentation says there are
> three columns, but I am only seeing two columns.  What do the two columns
> mean?

Columns 0 and 1 of the old output are the same as columns 1 and 2 of
the new output.

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

Reply via email to