-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello, SELECT * FROM "Gant" LIMIT 2; See https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS |
Beta Was this translation helpful? Give feedback.
-
Can you try the same request in pgAdmin and show the results?
|
Beta Was this translation helpful? Give feedback.
-
Actually i got the same error from pgAdmin |
Beta Was this translation helpful? Give feedback.
Hello,
PostgreSQL is case sensitive when it comes to table names, if they have been created in a case-sensitive way.
The behaviour is not due to this Node-RED node, which passes the query directly to the database.
To address a table name or column name that have uppercase letters, you need to use double quotes around them:
See https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS