Select * From Table_Name Where Column_Name Like 'a%'
e.g -
select * from Customers where CustomerName like '%or%'