Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

SQL Server and HANA - Query with parameters

$
0
0

Hi!

I have a Calculation Views with input parameters.

If I execute a query from HANA Studio, it works OK! But if I try to do the same query from SQL-server, it doesn´t recognize that parameters.

Do you know how to do the query?

 

Right examples on HANA-Studio:

E.g. 1:    

SELECT * FROM "Schema"."Name_Of_View"

WITH PARAMETERS ('placeholder' = ('$$IN_BELNR$$', '2100000007'))

 

E.g. 2:

SELECT * FROM "Schema"."Name_Of_View"

('placeholder' = ('$$IN_BELNR$$', '2100000007'))


Both examples works well!

Anyone know the sintax on SQL-Server?



Best regards!


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>