Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
datetime
/
datetime206.q
blob: b2b5910303e53d209349c88be5b7e799d29c39ed [
file
] [
log
] [
blame
]
select
cast
(
c_timestamp
as
timestamp
)
+
cast
(
c_interval
as
interval hour to second
)
from
`interval_data.json`
where
c_row
=
7
;