betodealmeida commented on issue #30551:
URL: https://github.com/apache/superset/issues/30551#issuecomment-2400092144

   @michael-s-molina backticks are not valid Postgres quoting identifiers, you 
should use double quotes instead: 
https://www.postgresql.org/docs/17/sql-syntax-lexical.html
   
   ```sql
   superset=# SELECT * FROM `birth_names`;
   ERROR:  syntax error at or near "`"
   LINE 1: SELECT * FROM `birth_names`;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to