How to pass a input parameter (Date) as a filter condition to a column to a different input parameter which is derived from table type.
Asked
Active
Viewed 635 times
1 Answers
0
Try this:
select * from table where date = ?

sveer
- 427
- 3
- 16
-
SAP Hana queries are not the same the MSSQL ones, at the very least you need to include the backticks – CalvT Jun 30 '17 at 00:20