|< < 35 > >|
create function euros(dollars numeric(10, 2)) returns numeric(10, 2) as $$ begin return dollars * 1.2; end $$ language plpgsql;