62,243
社区成员




select * from t_ProInfo where ProName like '%@sContent%'
select * from t_ProInfo where ProName like '%@sContent%' and type=@type
select * from t_ProInfo where ProName like '%'+@sContent+'%' and (type=@type or @type=0)
select * from t_ProInfo where ProName like '%'+@sContent+'%' and type=@type
select * from t_ProInfo where ProName like '%@sContent%' and (type=@type or @type=0)