I changed to `PRAGMA table_info(?);` but it threw another error: ``` near "?": syntax error at offse

I changed to PRAGMA table_info(?); but it threw another error:
near "?": syntax error at offset 18: SQLITE_ERROR

I'm using string concatenation like "PRAGMA table_info(\""+table+"\")". It worked good.
Was this page helpful?