Packages

Ecto helpers for creating database views and functions

Current section

Files

Jump to
familiar priv repo functions mix_v2.sql
Raw

priv/repo/functions/mix_v2.sql

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