Answer the question
In order to leave comments, you need to log in
How to sequentially call a custom function with a new parameter (postresql)?
The problem is the following.
I wrote my own function, it takes 1 parameter as input,
I want to do something like
SELECT
DISTINCT C.city_nm
,N.Name
FROM city C
INNER JOIN (SELECT city_nm, name FROM my_func(C.city_nm)) N
USING (city_nm)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question