Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 164 Bytes

recipes.md

File metadata and controls

3 lines (2 loc) · 164 Bytes

CREATE LINES UPDATE rolling_stones_tour_list as r SET the_geom = (SELECT ST_Makeline(the_geom ORDER BY date) FROM rolling_stones as s WHERE r.cartodb_id=s.tour_id)