Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Sep 14, 2023
1 parent c2bf6ac commit ca5e39e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
sql: |
create table t1(c varchar, n varchar, id varchar, d varchar);
create table t2(c varchar, p varchar, id varchar, d varchar);
select array_agg(t1.n order by path_idx) from t1
join t2
on t1.c = 'abc'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
sql: |
create table t1(c varchar, n varchar, id varchar, d varchar);
create table t2(c varchar, p varchar, id varchar, d varchar);
select array_agg(t1.n order by path_idx) from t1
join t2
on t1.c = 'abc'
Expand Down

0 comments on commit ca5e39e

Please sign in to comment.