Skip to content

Add support for CREATE TABLE tbl AS query_expression #170

Open
@stevenwdv

Description

@stevenwdv

Currently the parser does not recognize CREATE TABLE statements in the form of CREATE TABLE tbl AS (SELECT 1).

Relevant syntax (link):

CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name
    [(create_definition,...)]
    [table_options]
    [partition_options]
    [IGNORE | REPLACE]
    [AS] query_expression  #<<<

phpMyAdmin version: 4.7.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions