CREATE FUNCTION addition(integer, integer) RETURNS integer AS ' SELECT $1 + $2; ' LANGUAGE SQL;