If we have table A as follows:
+-------+ + Table + +-------+
How would one perform a query involving values of A.table as the tabl
A.table
SQLite has no built-in mechanism to construct SQL statements dynamically; this is not possible.
(There is the eval extension, but it is not part of the default distribution.)
eval