Skip to content

Commit fe3f2e6

Browse files
committed
task 15
1 parent c324104 commit fe3f2e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tasks/15.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SELECT
2+
DISTINCT CITY
3+
FROM STATION
4+
WHERE
5+
SUBSTRING(CITY, -1) not IN ('A', 'I', 'O', 'U', 'E')

0 commit comments

Comments
 (0)