We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
SELECT City FROM Station WHERE City LIKE 'A%' OR CITY LIKE 'E%' OR CITY LIKE 'I%' OR CITY LIKE 'O%' OR CITY LIKE 'U%';
You would be writing the right query with lowercase vowels strange your test case would fail just for lowercase
Although the question says (a.e.i.o.u) the solution wont be accepted in lowercase make sure you guys make the vowels in uppercase to pass the test case
silly isnt it ?
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 6
You are viewing a single comment's thread. Return to all comments →
SELECT City FROM Station WHERE City LIKE 'A%' OR CITY LIKE 'E%' OR CITY LIKE 'I%' OR CITY LIKE 'O%' OR CITY LIKE 'U%';
You would be writing the right query with lowercase vowels strange your test case would fail just for lowercase
Although the question says (a.e.i.o.u) the solution wont be accepted in lowercase make sure you guys make the vowels in uppercase to pass the test case silly isnt it ?