Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

分区函数需要扩展(求助)

$
0
0
select * from( select t1.name,datediff(MONTH,GETDATE(),cast(MAX(value) as datetime)) diff,MAX(value) value from ACCOUNTCHECK.sys.partition_range_values t with(nolock) inner join ACCOUNTCHECK.sys.partition_functions t1 with(nolock) on t.function_ ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles