You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I really appreciate your work since it has solved a problem at my company in which we also needed to pivot an undefined number of results to columns.
Right now I am trying to investigate how can I avoid an ERROR when the table that I am querying is empty:
ERROR: upper bound of FOR loop cannot be null CONTEXT: PL/pgSQL function colpivot(character varying,character varying,character varying[],character varying[],character varying,character varying) line 67 at FOR with integer loop variable
Can you give any help with this ?
The text was updated successfully, but these errors were encountered:
Hi, I really appreciate your work since it has solved a problem at my company in which we also needed to pivot an undefined number of results to columns.
Right now I am trying to investigate how can I avoid an ERROR when the table that I am querying is empty:
ERROR: upper bound of FOR loop cannot be null CONTEXT: PL/pgSQL function colpivot(character varying,character varying,character varying[],character varying[],character varying,character varying) line 67 at FOR with integer loop variable
Can you give any help with this ?
The text was updated successfully, but these errors were encountered: