Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast94.q
blob: 79f59fcf3d0ae4a5bdfdeae311769af8c6c3ad0e [
file
] [
log
] [
blame
]
select
cast
(
c_float8
as
bigint
)
from
data
;