Skip to content

Commit

Permalink
Remove typo in sql mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed May 7, 2024
1 parent 2faf3f4 commit a8c54c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/dwc_occurrence.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SELECT
WHEN o.Land_Regio = 'Vlaanderen' THEN 'BE'
WHEN o.Land_Regio = 'België' THEN 'BE'
-- exception: observation in Germany during a training session
WHEN o.Land_Regio IS NULL AND o."Registatie ID" = 719114 THEN 'DE'
WHEN o.Land_Regio IS NULL AND o."Registratie ID" = 719114 THEN 'DE'
-- observations have no Land_Regio field and are assumed to be taken in Belgium
WHEN o.Land_Regio IS NULL THEN 'BE'
ELSE NULL
Expand Down

0 comments on commit a8c54c4

Please sign in to comment.