select * from tbl
where (charindex('A',colname)>0) or
      (charindex('B',colname)>0) or
      (charindex('C',colname)>0)