SAP HANA synatx error

Hi everyone,

I’m trying to pull data from a SAP HANA database. I got it connected to Ignition, but when I use the database query browser to see if I can access any data points I get a syntax error from the table I am trying to access.

Any insight would help! Thanks in advance.

Try double-quotes around your table name. (Those are the standard SQL delimiters for identifiers like table, schema, and column names.)

Thank you so much! I got the data points.