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

CREATE TABLE AS (with subquery using hints)

$
0
0

Hi,

 

OK, we all know the following is fine

 

create column table <SCHEMA>.<TABLENAME>  as (

SELECT *

FROM "_SYS_BIC".<VIEW>

);

 

 

 

Creates a table with the resultset from the subquery.

 

Can anyone confirm if it is a limitation of a subquery within CREATE TABLE AS that hints cannot be used?  Example below.

 

create column table <SCHEMA>.<TABLENAME>  as (

SELECT *

FROM "_SYS_BIC".<VIEW>

with hint (ignore_view_cache)

);

 

 

Many thanks.


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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