Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
int96
/
q10.sql_drill5381
blob: b2de76502a7a04c96cdec110caa5c61f44b8141b [
file
] [
log
] [
blame
]
select
count
(*)
from
hive1_parquet
where
convert_from
(
create_timestamp1
,
'TIMESTAMP_IMPALA'
)
is
not
null
;