Packages

Ecto helpers for creating database views and functions

Current section

Files

Jump to
familiar priv repo functions mix_v1.sql
Raw

priv/repo/functions/mix_v1.sql

(integer, integer) RETURNS integer
AS 'select $1 + $2;'
LANGUAGE SQL
IMMUTABLE
RETURNS NULL ON NULL INPUT