We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c49b92 commit de5f9efCopy full SHA for de5f9ef
benchmarks/queries/q20.sql
@@ -28,10 +28,10 @@ where
28
l_partkey = ps_partkey
29
and l_suppkey = ps_suppkey
30
and l_shipdate >= date '1994-01-01'
31
- and l_shipdate < 'date 1994-01-01' + interval '1' year
+ and l_shipdate < date '1994-01-01' + interval '1' year
32
)
33
34
and s_nationkey = n_nationkey
35
and n_name = 'CANADA'
36
order by
37
- s_name;
+ s_name;
0 commit comments