Skip to content

Commit

Permalink
this should be used in conjuction with the data import scripts. this …
Browse files Browse the repository at this point in the history
…outputs a list of stations to csv
  • Loading branch information
rebeccashih committed Jul 21, 2015
1 parent 4996901 commit 0ca0282
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions output_stations.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.separator ,
.mode csv
.output gen/stations.csv
select stop_name, lower(stop_name) from stops where stop_name like '%METROLINK STATION%' group by stop_name;

0 comments on commit 0ca0282

Please sign in to comment.