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
Error: function unnested (integer) does not exist
LINE 17: CROSS JOIN UNNEST(all_hours.hrs) AS _t(hr_unnested)
^
HINT: There is no function that matches the specified name and parameter type. You may need to add explicit type conversion.
Description
Error: function unnested (integer) does not exist
LINE 17: CROSS JOIN UNNEST(all_hours.hrs) AS _t(hr_unnested)
^
HINT: There is no function that matches the specified name and parameter type. You may need to add explicit type conversion.