Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: No data found when passing a variable holds string value to sql query in sap hana procedure

$
0
0

Hello Antony,

 

Why are setting the variable as variable1= '''ABC''' ? Try this ,variable1= 'ABC' ;

 

Observe the difference between 

 

SELECT '''ABC''' FROM DUMMY;

 

and

 

SELECT 'ABC' FROM DUMMY;



Regards,

Nithin


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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