Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast86.q
blob: bbcaeeb830b672e2a31197ecec20bc1bfc87bfc2 [
file
] [
log
] [
blame
]
select
cast
(
c_float8
as
double
precision
)
from
data
;