Count as one occurrence up to 5 consecutive days by Leave Type excluding weekends on SQL Server

后端 未结 0 1606
一向
一向 2021-01-07 18:15

Input:

DROP TABLE IF EXISTS #Occurrence
        
SELECT * INTO #Occurrence
FROM
(
SELECT 1 EmpId , \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题