例子:table abc
列  a     b
  123    12
  2555    3
要求查询出a字段包含b字段的每条数据
是不是select * from abc where a like '%'+b+'%'
求大神指教啊