PostgreSQL - Advanced PL/pgSQL
Identify the error in this function:
CREATE FUNCTION get_values() RETURNS SETOF integer AS $$ BEGIN RETURN 1; RETURN 2; END; $$ LANGUAGE plpgsql;
Identify the error in this function:
CREATE FUNCTION get_values() RETURNS SETOF integer AS $$ BEGIN RETURN 1; RETURN 2; END; $$ LANGUAGE plpgsql;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions