RodneyShag/HackerRank_solutions

Solution of Weather Observation Station 8 seems wrong

Soundug opened this issue · 0 comments

Hi @RodneyShag,

The solution for Weather Observation Station 8 in SQL is wrong.
It wasn't printing anything on the output when I checked while solving the challenge on Hackerrank.

SELECT DISTINCT CITY FROM STATION WHERE CITY REGEXP '^[aeiou].*[aeiou]$';

This worked for me.