On 11/14/15, Igor Korot <ikorot01 at gmail.com> wrote: > Hi, ALL, > I am trying to use following query: > > "PRAGMA table_info(?)"
The argument to a pragma is not an expression, and hence it cannot use bound parameters. -- D. Richard Hipp drh at sqlite.org