Skip to content

Commit

Permalink
code fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Mar 21, 2024
1 parent 24da39b commit bc56cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/slt/subquery.slt
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ select * from t1 where a not in (select 1) and b = 3
statement ok
drop table t1;

# https://github.com/KipData/FnckSQL/issues/169
statement ok
create table t2(id int primary key, a int not null, b int not null);

# https://github.com/KipData/FnckSQL/issues/169
statement ok
create table t3(id int primary key, a int not null, c int not null);

Expand Down

0 comments on commit bc56cdc

Please sign in to comment.