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

Re: MAX funtionality in HANA

$
0
0

Hmm... you like to complicate things for yourself, do you?

 

Why don't you try to get it to run in the SQL console first?

Anyhow, there's just a little typo:

 

Can you please help find what is wrong in this below script? I am not good at script hence struggling..

 

var_out= select "t1.BILL_VBELN",...


should be

 

var_out= select t1."BILL_VBELN",...

         ------^--^

instead.

 

The double quotation marks contain only the table_name or only the column_name.

It's always just one "identifier".

The dot (.) goes in between, always without quotation marks.

 

- Lars


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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