Closed
Description
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.