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

How to select only visible columns from a view?

$
0
0

Hi all!

 

  I need to select only the fields not marked as hidden from a view, but when I execute the select all the columns are returned. Help please I'm in a desperate timeframe.

 

The table:

 

FieldTypeVisible
NameVarcharTrue
AdressVarcharTrue
Credit Card NumberNumberFalse
PhoneVarcharTrue
Last UpdateDateTrue

 

The select:

 

SELECT * FROM "TEST"."test/TestView" WHERE "LAST_UPDATE" BETWEEN '1900-01-01 00:00:00' and '2015-07-06 23:59:59' LIMIT 1000 OFFSET 0

 

Problem is that in the result set the column Credit Card Number is present, and I don't want that column to be returned in the result set.

 

Thanks in advance!!!!


Viewing all articles
Browse latest Browse all 6412

Trending Articles



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