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
UPDATE group_calc_totals gct SET npn = nem.npn FROM producer_group_attribute ga JOIN npn_external_map nem ON ga.npn_external_map_id = nem.id WHERE gct.group_id = ga.group_id;
This produces the error, sourceTable: unsupported list item type: *ast.JoinExpr.
The SQL is valid Postgres and executes as expected. I'm using version 1.8 of sqlc.
jameshochadel, DarkHeros09, MuhammedOzdogan, Adibov, haines and 5 moreDarkHeros09 and chrisyxlee