blob: 17b888d245c27510fd3f33e33efa28b1912b3f2c [file] [log] [blame]
--! qt:dataset:src
-- invalid argument type(format_number returns the result as a string)
SELECT format_number(format_number(12332.123456, 4), 2) FROM src LIMIT 1;