Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
datetime
/
drill_1051.q
blob: b3dd5e5ce30190e91cf3aeb14499eb01b6ae5f68 [
file
] [
log
] [
blame
]
select
cast
(
c_timestamp
as
varchar
(
20
)),
cast
(
c_timestamp
as
date
)
from
data
where
c_row
<>
12
;