Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast47.q
blob: 8a45e33f162a4568a33541c490a6a34e8fdb4c07 [
file
] [
log
] [
blame
]
select
cast
(
c_date
as
timestamp
)
from
data
where
c_row
<>
23
;