asp.net(c#)+sql站内搜索源代码

2025-02-01 02:47:25
推荐回答(2个)
回答1:

select * from table where title like '%***%' or wh like '%***%'

回答2:

select title,wh from table