Skip to content

Parse create table statement error #279

Description

@Thearas

Got an error while parsing a create statement:

CREATE TABLE T (
    id int(4)
);
Parsing sql 'CREATE TABLE T (
        id int(4)
    );'...
Error: sql parser error: Expected ',' or ')' after column definition, found: (

But the sql can be successfully executed on MySQL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions