Open
Description
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