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.
can i know why this solution is wrong
SELECT DISTINCT(city) FROM station
WHERE city LIKE '[AEIOU]%' ;
this link explain my code in w3scool : https://www.w3schools.com/sql/sql_wildcards.asp
Weather Observation Station 6
You are viewing a single comment's thread. Return to all comments →
can i know why this solution is wrong SELECT DISTINCT(city) FROM station WHERE city LIKE '[AEIOU]%' ; this link explain my code in w3scool : https://www.w3schools.com/sql/sql_wildcards.asp