Skip to content

Commit

Permalink
roll back init data
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Dec 23, 2023
1 parent a98e439 commit 809cf67
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ suite("aggregate_without_roll_up") {

sql """
insert into orders values
(1, 1, 'o', 9.5, '2023-12-08', 'a', 'b', 1, 'yy'),
(1, 1, 'o', 10.5, '2023-12-08', 'a', 'b', 1, 'yy'),
(2, 1, 'o', 11.5, '2023-12-09', 'a', 'b', 1, 'yy'),
(3, 1, 'o', 12.5, '2023-12-10', 'a', 'b', 1, 'yy'),
(3, 1, 'o', 33.5, '2023-12-10', 'a', 'b', 1, 'yy'),
Expand Down

0 comments on commit 809cf67

Please sign in to comment.