0

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.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Vakas
  • 1
  • 1

1 Answers1

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