I have timestamp column in my postgres db.
When I want insert record, there is an error: "PSQLException: ERROR: syntax error at or near $2"
This is my sql: INSERT INTO table (name, "date") VALUES (?, TIMESTAMP ?)
Column type: name - varchar, date - timestamp