Skip to content

Commit

Permalink
Update basic_query_test1.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
neighthorn authored Nov 30, 2023
1 parent 472ca4f commit 4a918cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/query/query_sql/basic_query_test1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ create table grade (id int);
drop table t;
show tables;
create index grade(id);
create index grade(student_id);
create index student(id);

drop table grade;
drop table grade;

0 comments on commit 4a918cd

Please sign in to comment.