I'm trying to query data from HP Vertica 6 using libpq: SELECT * FROM columns WHERE table_name=?
and getting the error back: ERROR: Syntax error at or near "EOL" LINE 1: ...FROM columns WHERE table_schema=? ^
I also tried $1 instead of ?, but it did not recognize it as parameter. Why?