aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/blocks/decimal_unary.sql
blob: 77d1170ef6990052477f9ffe668209f493bec489 (plain) (blame)
1
2
3
4
5
6
7
USE plato;

SELECT
    -cs_ext_list_price,
    abs(cs_ext_tax),
FROM Input;