I have a table with person's information. I need to extract all person's who have their FirstName column's first character starting with lowercase.
-- Persons
Mike
Peter
andrew
jason
Elena
-- Output
andrew
jason
Thanx in advance. Any suggestion would be helpful.