Skip to content

Oracle global temporary table no supported #182

@ancc

Description

@ancc

Following create table statement is not recognized by the parser, which is valid statement for Oracle database.

from simple_ddl_parser import DDLParser
DDLParser("create global temporary table test (id number);").run()

result is empty list.

python version 3.9.5
simple-ddl-parser==0.29.1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions