Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanzimanyi committed Jun 3, 2024
1 parent 4ea22f0 commit 1bdfe65
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/html/ch04s02.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
GROUP BY trip_id, service_id, route_id, date;

INSERT INTO trips_mdb(trip_id, service_id, route_id, date, trip)
SELECT trip_id, route_id, t.service_id, d.date,
SELECT trip_id, t.service_id, route_id, d.date,
shift(trip, make_interval(days => d.date - t.date))
FROM trips_mdb t JOIN service_dates d ON t.service_id = d.service_id AND t.date <> d.date;
</pre><p>
Expand Down
Binary file modified master/mobilitydb-workshop.epub
Binary file not shown.
Binary file modified master/mobilitydb-workshop.pdf
Binary file not shown.

0 comments on commit 1bdfe65

Please sign in to comment.