How to join a function with a table and pass table columns as parameter to that function.
While using the common syntax like :
select *
from favorite_years y join table(favorite_colors(y.year)) c;
I am getting error :
SQL Error [2031] [42601]: SQL compilation error: Unsupported subquery type cannot be evaluated