Skip to content

Commit

Permalink
Add trim per @rggelles
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed May 7, 2024
1 parent 16cd0ea commit a68284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company_linkage/sql/organizations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ FROM (
LEFT JOIN
gcp_cset_ror.ror
ON
grid_joined.grid = external_ids.GRID.all
TRIM(grid_joined.grid) = external_ids.GRID.all
GROUP BY
CSET_id,
name,
Expand Down

0 comments on commit a68284e

Please sign in to comment.