Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to extract data from SAPHana tables, bu the tables are in the format like /XYZ/ARYTRT100. How can I use this in the Query window of the Input or Row component.
Query:"Select * from SAPRW5./BIC/AYPOSAR0100 limit 10"
When tried to execute this, i'm getting the below error msg.
"SAP DBTech JDBC: [257] (at 22): sql syntax error: incorrect syntax near "/": line 1 col 22 (at pos 22)"
Please anyone help me on this issue.