Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal64.q
blob: 41d3de4af22cc7ae9c922bd77319b4d5fd5bb1f8 [
file
] [
log
] [
blame
]
select
cast
(
'12345.6789'
as
decimal
(
9
,
4
))
/
cast
(
'9999999999999999999999999999999999999'
as
decimal
(
38
,
0
))
from
data limit
1
;