Skip to content

CREATE OR REPLACE TABLE not recognized by parser #131

@devxor

Description

@devxor

Describe the bug
CREATE OR REPLACE TABLE is not recognized. The parser returns empty list.

To Reproduce
I'm using "parse_from_file()". The DDL is from Snowflake DB.
Example of not working DDL:

create or replace table someTable (
    someField varchar(4)
);

Expected behaviour
See correct output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions