Current section

Files

Jump to
ex_money_sql priv SQL postgres drop_minus_operator.sql
Raw

priv/SQL/postgres/drop_minus_operator.sql

DROP OPERATOR - (money_with_currency, money_with_currency);
DROP FUNCTION IF EXISTS money_sub(money_1 money_with_currency, money_2 money_with_currency);