XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0-preview
    • None

    Description

      Allow reordering the source columns of the resulted schema in CTAS when defined as column names. This feature should not be allowed with the support of new columns.

      The syntax to support is:

      CREATE TABLE table_name [( col_name1 [, column_name2, ...] )]
      [WITH (table_properties)]
      AS SELECT query_expression; 

      The columns specified must match the names and number of columns in the SELECT  part. This feature is equivalent to the INSERT INTO  statement.

      Attachments

        Issue Links

          Activity

            People

              spena Sergio Peña
              spena Sergio Peña
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: