Hi All,
I have connected to a SAP HANA view through ODBC (using Input Data tool) and am trying to fetch data through an SQL statement.
I have mandatory input parameters in the view and need to pass values to it.
Any idea on the SQL syntax?
I tried using PLACEHOLDER (below), like we do in SAP HANA but that isn't working.
SELECT _SYS_BIC.<Table>.*
FROM _SYS_BIC.<Table>('PLACEHOLDER' = ('$$IP_BD_CR_DT_TO$$', '20171001'), 'PLACEHOLDER' = ('$$IP_BD_CR_DT_FR$$', '20160701'))