select * from TableName where ColumnName Like '%part_of_value%'
select * from TableName where ColumnName IN ('value1','value2')
mahesh
Login to post response