Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Re: Doing select from HANA Analytical View

$
0
0

FYI you can see the exact columns exposed and their exact names by querying VIEW_COLUMNS.

 

Would look something like this:

 

SELECT VIEW_NAME, COLUMN_NAME

FROM VIEW_COLUMNS

WHERE SCHEMA_NAME = '_SYS_BIC' AND

VIEW_NAME = '"mypackage'/AN_VIEW"'

 

Forgot whether or not double quotes are required, you'll need to test...


Viewing all articles
Browse latest Browse all 8451

Trending Articles



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