[ 
https://issues.apache.org/jira/browse/FLINK-28985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

waywtdcc updated FLINK-28985:
-----------------------------
    Description: 
At present, to create a table based on table like, you can only use the table 
type table, not the view type.

 

create table <tableName> like <viewName>;

Only like table type can be used before. This is similar to create table as < 
querysql >, but some scenarios use views more flexibly and can reuse a single 
view in multiple places.

  was:At present, to create a table based on table like, you can only use the 
table type table, not the view type.


> support create table like view
> ------------------------------
>
>                 Key: FLINK-28985
>                 URL: https://issues.apache.org/jira/browse/FLINK-28985
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>    Affects Versions: 1.15.1
>            Reporter: waywtdcc
>            Priority: Major
>             Fix For: 1.17.0
>
>
> At present, to create a table based on table like, you can only use the table 
> type table, not the view type.
>  
> create table <tableName> like <viewName>;
> Only like table type can be used before. This is similar to create table as < 
> querysql >, but some scenarios use views more flexibly and can reuse a single 
> view in multiple places.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to