Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
drill_5002.q
blob: 06a5f61399f723719094ca943c4a7adbe3d61a98 [
file
] [
log
] [
blame
]
select
l_shipdate
,
`month`
(
l_shipdate
)
from
cp
.
`tpch/lineitem.parquet`
where
l_shipdate
=
date
'1998-06-02'
limit
2
;