Skip to content

Commit

Permalink
Update query.go (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yui-Song authored Jul 29, 2024
1 parent c395f5d commit 50e155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ where ol_delivery_d > '2007-01-02 00:00:00.000000'
group by ol_number order by ol_number;
`
q2 = `
/*PLACEHOLDER*/ /*q1*/select s_suppkey, s_name, n_name, i_id, i_name, s_address, s_phone, s_comment
/*PLACEHOLDER*/ /*q2*/select s_suppkey, s_name, n_name, i_id, i_name, s_address, s_phone, s_comment
from item, supplier, stock, nation, region,
(select s_i_id as m_i_id,
min(s_quantity) as m_s_quantity
Expand Down

0 comments on commit 50e155e

Please sign in to comment.