Created
October 7, 2024 21:25
-
-
Save met/5c245ad729a09f9fe82cd5299444601d to your computer and use it in GitHub Desktop.
Find stop gtfs id containing underscore with duckdb SQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM read_csv_auto('stops.txt') WHERE stop_id LIKE '%\_%' ESCAPE '\'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment