Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
int96
/
q7.sql_drill5495
blob: 0c0d6f97d935d057bfe8eb83dec0526d9399b6fb [
file
] [
log
] [
blame
]
--
extract month
from
timestamp
select
count
(*)
from
imp_t1
where
CAST
(
EXTRACT
(
second
from
CONVERT_FROM
(
c_timestamp
,
'TIMESTAMP_IMPALA'
))
as
INT
)
=
45
;