Skip to content

Commit

Permalink
fix: Failing query.
Browse files Browse the repository at this point in the history
The ; at the end did break the query. Looks like the query gets embedded
into another query internaly by ogr2ogr
  • Loading branch information
ff6347 committed Jul 6, 2022
1 parent 3a55574 commit aa7b244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ogr2ogr.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ SELECT
forecast."model_id" AS forecast_model_id
FROM
api.trees
LEFT JOIN api.forecast ON trees.gml_id = forecast.baum_id;

LEFT JOIN api.forecast ON trees.gml_id = forecast.baum_id

0 comments on commit aa7b244

Please sign in to comment.