Forum Discussion
cerequena
4 years agoNew Member
Using custom SQL via ODBC throws errors
We are trying to use custom SQL as a data source against PostgreSQL, using the latest, official ANSI and Unicode PostgreSQL drivers for Windows. We are unable to customize the SQL statement beyond ...
- 4 years ago
I discovered that PosgreSQL requires double quotes around all column names to avoid errors.
This solves the issues. Thank you.
cerequena
4 years agoNew Member
I discovered that PosgreSQL requires double quotes around all column names to avoid errors.
This solves the issues. Thank you.