decimal_unary.sql 77 B

1234567
  1. USE plato;
  2. SELECT
  3. -cs_ext_list_price,
  4. abs(cs_ext_tax),
  5. FROM Input;