摘要:
https://www.cnblogs.com/lxhbky/p/5962393.html 需求:查询表dbo.Message,每页10条,查询第2页 1:TOP() SELECT TOP(20) * FROM dbo.Message WHERE Code NOT IN (SELECT TOP(10 阅读全文
posted @ 2018-02-27 18:08
LuoCore
阅读(996)
评论(0)
推荐(0)
摘要:
select * from table1 where patindex('%关键字%' , aa) = 0 select * from table1 where charindex('关键字' , aa) = 0 select * from table1 where aa like '%关键字%' 阅读全文
posted @ 2018-02-27 12:14
LuoCore
阅读(2030)
评论(0)
推荐(0)

浙公网安备 33010602011771号