Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast82.q
blob: 38e62b0450e8e6cb448fe779969eaca9bca984a5 [
file
] [
log
] [
blame
]
select
radians
(
cast
(
c_decimal28
as
decimal
(
28
,
9
)))
from
data
where
c_row
<
12
;