Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • 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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            spena Sergio Peña
            spena Sergio Peña

            Dates

              Created:
              Updated:

              Slack

                Issue deployment