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