Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
int96
/
q11.sql_drill5389
blob: e9cd9e7dd13dab30da90ca17f37acd1f77722361 [
file
] [
log
] [
blame
]
select
convert_from
(
create_timestamp2
,
'TIMESTAMP_IMPALA'
)
-
convert_from
(
create_timestamp1
,
'TIMESTAMP_IMPALA'
)
from
dfs
.
`/user/hive/warehouse/hive1_parquet`
where
voter_id
=
3
;