Posted on June 5, 2020June 5, 2020 Description Submission in clauseleft() select city from station where left(city, 1) in ('A', 'E', 'I', 'O', 'U') group by city; By Bill0412 SQLTags: mysql in clause, mysql left