摘要: ALTER FUNCTION [dbo].[parseJSON]( @JSON NVARCHAR(MAX)) /** Summary: > The code for the JSON Parser/Shredder will run in SQL Server 2005, and even in S 阅读全文
posted @ 2020-05-20 13:02 无敌师爷IT技术Blog 阅读(1069) 评论(0) 推荐(0)
摘要: 1 select * 2 from [dbo].[HR_Employee] 3 order by [Employee_Name] desc 4 offset (5*2) rows fetch next 5 rows only 阅读全文
posted @ 2020-05-20 09:31 无敌师爷IT技术Blog 阅读(178) 评论(1) 推荐(0)