Skip to content

Commit

Permalink
Change oracle DDLStatement.g4 import order (#29128)
Browse files Browse the repository at this point in the history
  • Loading branch information
zihaoAK47 authored Nov 22, 2023
1 parent ed65048 commit 8f3e4fa
Show file tree
Hide file tree
Showing 5 changed files with 783 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

grammar DDLStatement;

import BaseRule, DCLStatement, DMLStatement;
import DMLStatement, DCLStatement;

createView
: CREATE (OR REPLACE)? (NO? FORCE)? (EDITIONING | EDITIONABLE EDITIONING? | NONEDITIONABLE)? VIEW viewName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
<create-materialized-view sql-case-id="create_materialized_view_scope_for" />
<create-materialized-view sql-case-id="create_materialized_view_with_refresh_complete" />
<create-materialized-view sql-case-id="create_materialized_view_with_pctfree_storage_build_deferred" />
<create-materialized-view sql-case-id="create_materialized_view_refresh_fast_on_remand_as_select" />
</sql-parser-test-cases>
Loading

0 comments on commit 8f3e4fa

Please sign in to comment.