select * from tt 
where instr(concat(id,name,tel01,tel02,tel02 ),'12')>0select * from tt 
where instr(concat(id,name,tel01,tel02,tel02 ),'56')>0