Det er nødvendigt at returnere table
Create or replace function withFunction()
returns table(phone1 text, phone2 text) as
derefter
select * from withFunction()
Det er nødvendigt at returnere table
Create or replace function withFunction()
returns table(phone1 text, phone2 text) as
derefter
select * from withFunction()