On 21 Sep 2012, at 3:17pm, Marco Bambini <ma...@sqlabs.com> wrote: > Can I parse the output of the EXPLAIN my_query statement in order to have an > indirect access to columns involved in the WHERE clause?
Well, take a look at it. Do you think you can write a parser for it ? However, the format of the output of that command is not frozen. It's meant to be read by humans, not computers, and you may find it changes from time to time. And also I believe there are compilation options which disable that command entirely, so you can't depend on it being present in all SQLite libraries, only if you controlled the compilation yourself. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users