摘要:
ALTER PROCEDURE dbo.getinfobycontent@pageindex int,@pagenum int,@content nvarchar(50),@recordcount int outputAS select top (@pagenum) * from eq_info where infocontent like '%'+@content+'%' and infoid not in (select top (@pagenum*(@pageindex-1)) infoid from eq_info where infocontent l 阅读全文
posted @ 2011-03-05 19:30
麻将我会
阅读(1565)
评论(0)
推荐(0)

浙公网安备 33010602011771号