Help me understand how this works please.
It turns out that I'm starting the SQL studies and hackerhank
has an exercise that needed this code:
SELECT DISTINCT CITY FROM STATION WHERE REGEXP_LIKE(LOWER(CITY), '^[aeiou]') ;
After a lot of effort and a person helped me, because I had gone up to a little more than half of this select
and the end in my head I knew what I should do, but without the technical knowledge it is difficult to write.
Someone can translate what the code is doing, so I can assimilate.