Skip to content

Commit 5dbcfcd

Browse files
more
1 parent c3df43a commit 5dbcfcd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

crates/pgt_statement_splitter/tests/data/simple_union__1.sql

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
select 1 union all select 2;
2+
3+
select 1 union select 2;
4+
5+
select 1 union select 2 except select 3;
6+
7+
select 1 union all select 2 except select 3;

0 commit comments

Comments
 (0)