You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/17 10:00:45 UTC

[GitHub] [incubator-doris] imay commented on issue #4355: [Proposal]Support new syntax CREATE TABLE AS to create a new table from existed table

imay commented on issue #4355:
URL: https://github.com/apache/incubator-doris/issues/4355#issuecomment-674786616


   I aggree with @morningman 
   maybe `create table xxx like ` is something what you needs. We can refer other's syntax.
   [redshift](https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_TABLE_NEW.html)
   [Snowflake](https://docs.snowflake.com/en/sql-reference/sql/create-table.html)
   [MySQL](https://dev.mysql.com/doc/refman/5.7/en/create-table-like.html)
   [PostgreSQL](https://www.postgresql.org/docs/12/sql-createtable.html)
   
   So, before your code work, we should aggre on the syntax.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org