Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime207.q
blob: cb86a423ae02c7e3b3968df552561323462e318f [
file
] [
log
] [
blame
]
select
c_timestamp
+
interval
'30-11'
year to month
as
col1
from
`interval_data.parquet`
where
(
c_timestamp
-
to_timestamp
(
'2014-02-13 17:32:33'
,
'YYYY-MM-dd HH:mm:ss'
)
<
interval
'5 15:40:50'
day to second
);