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

how to use table variable obtained from a ce function

$
0
0

tab_var1 = ce_column_table("table_name",["column_name1","column_name2"])

 

how can we use the above table variable for getting a value?

can we use select statement like this :

 

select column_name1 from tab_var1

 

will it decrease the performance of a procedure?


Viewing all articles
Browse latest Browse all 6412

Trending Articles