Peeyush Gupta created ASTERIXDB-3174:
----------------------------------------

             Summary: Support Create Dataset As Select Syntax
                 Key: ASTERIXDB-3174
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3174
             Project: Apache AsterixDB
          Issue Type: Improvement
          Components: COMP - Compiler
    Affects Versions: 0.9.9
            Reporter: Peeyush Gupta
             Fix For: 0.9.9


Add support for CREATE DATASET AS SELECT syntax that can be used to initialize 
a dataset during it creation by upserting data from the result of a query.

E.g.,
{code:java}
create dataset orders_copy primary key (oid: int64) as
select value x from orders x {code}



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

Reply via email to