Tuesday, 3 September 2024

get users list by workflowid

 WITH GroupedResults AS (

    SELECT w.*, 

           ROW_NUMBER() OVER (PARTITION BY WorkFlow_ID ORDER BY Approver_Sequence DESC) AS rn

    FROM tbl_WorkFlowMembers w

    WHERE Division_ID = 'MSV' AND Country_Code = 'MX'

)

No comments:

Post a Comment

HCL healthcare

 hcl health care f2f second round interview asked more uestions on microservice 1.apim manage all apis in one place 2.sql profiler in one fo...