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

Re: How to select only visible columns from a view?

$
0
0

I found how to get all the columns from a give view:

 

SELECT *

FROM VIEW_COLUMNS

WHERE SCHEMA_NAME = 'TEST' AND

VIEW_NAME = 'test/TestView'

 

But that doesn't give me if the column is hidden or not... Is there any other place like VIEW_COLUMNS where I can find that info?


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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