stored procedures: format INTO clause properly
In SELECT
statements within PL/pgSQL, INTO
introduces a clause of its own. Format the queries accordingly in examples (e.g. in fn3
) and sample solutions accordingly.
Diese GitLab Instanz ist nicht für den produktiven Einsatz gedacht!
Bitte https://gitlab.ost.ch benutzen!
Diese Instanz ist nur nuch zur Datenmigration online.
Vielen Dank für euer Verständnis.
In SELECT
statements within PL/pgSQL, INTO
introduces a clause of its own. Format the queries accordingly in examples (e.g. in fn3
) and sample solutions accordingly.