On 4/9/15, Sairam Gaddam <gaddamsairam at gmail.com> wrote:
>
> Below is a sample VDBE program:
>
>    0 Init             0   27    0               00
>    1 OpenRead         0    2    0 3             00
>    2 OpenRead         1   15    0 2             00
>    3 Rewind           0   25    0               00
>    4 Once             0   13    0               00

Did you know that if you do this in the sqlite3.exe command-line tool
and you do ".explain" first, then sqlite3.exe will put the output into
neat columns and automatically indent the loops, for easier reading?
-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to