Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
udf_format_number_wrong7.q
blob: aa4a3a44751c48939cdb8897675857deaafbddb9 [
file
] [
log
] [
blame
]
--
invalid argument type
(
format_number returns the result
as
a
string
)
SELECT format_number
(
format_number
(
12332.123456
,
4
),
2
)
FROM src LIMIT
1
;