Es necesario devolver table
Create or replace function withFunction()
returns table(phone1 text, phone2 text) as
entonces
select * from withFunction()
Es necesario devolver table
Create or replace function withFunction()
returns table(phone1 text, phone2 text) as
entonces
select * from withFunction()