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.
thats because we still need to tell SQL to look for first character in the string.
The first ^ in '^[^aeiou]' points to the first character in the string.
the second ^ lets SQL know that we want to exclude these characters.
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 9
You are viewing a single comment's thread. Return to all comments →
thats because we still need to tell SQL to look for first character in the string. The first ^ in '^[^aeiou]' points to the first character in the string. the second ^ lets SQL know that we want to exclude these characters.