-
-
Save ramiroaznar/141c2a451bff3507e331eb4d13329466 to your computer and use it in GitHub Desktop.
Filtering by (string) range
This file contains 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 | |
estaciones | |
WHERE | |
lineas IN ('1', '1,10', '1, 10, 9', '1, 2, 3', '1, 2, 6', '1, 4', '1, 5', '1, 6'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment