Your query, as you write it (i.e `SELECT ? FROM foo;`) is not what SQLite runs. SQLite has to compil

Your query, as you write it (i.e
SELECT ? FROM foo;
) is not what SQLite runs. SQLite has to compile that and run it.
Was this page helpful?