Skip to content

Commit

Permalink
chore(dedupe) : Sample of what happens when we change the input data
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron committed Oct 17, 2024
1 parent 582d2a7 commit 77ada19
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 357 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WITH structures AS (
code_insee,
siret,
SUBSTRING(siret, 0, 10) AS siren,
REPLACE(telephone, ' ', '') AS telephone,
REPLACE(REPLACE(telephone, ' ', ''), '.', '') AS telephone,
courriel
FROM api__structures
WHERE NOT antenne
Expand Down
Loading

0 comments on commit 77ada19

Please sign in to comment.