Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast65.q
blob: fb44e524d08f401a1a0089566ea502e76648cdda [
file
] [
log
] [
blame
]
select
radians
(
cast
(
c_decimal38
as
decimal
(
38
,
18
)))
from
data
where
c_row
<
15
;