haitao · 2005-11-23 07:17:57 · 阅读: 366 那就试试这个 set @s='|aa|bb|' select * from tb where @s like '%|'+f1+'|%' 我没有试过