Weather Observation Station 9

  • + 0 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.