Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal76.q
blob: 3caa02b056e829cc11863c05d91f1cce19f0e024 [
file
] [
log
] [
blame
]
select
cast
(
'12345.6789'
as
decimal
(
9
,
4
))
/
cast
(
'1234567890123456789.1234567890123456789'
as
decimal
(
38
,
19
))
from
data limit
1
;