Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal1.q
blob: 88ed89e7c048f1bfd3ef71223ee45dfc6c75e587 [
file
] [
log
] [
blame
]
select
cast
(
'123456789'
as
decimal
(
9
,
0
))
/
cast
(
'1234567890123456789.1234567890123456789'
as
decimal
(
38
,
5
))
from
data limit
1
;