SELECT *
FROM dbo.tbl_WorkFlowMembers w
WHERE w.WorkFlow_ID IN (
SELECT WorkFlow_ID
FROM dbo.tbl_WorkFlow
WHERE country_code = 'BE'
)
ORDER BY
w.WorkFlow_ID,
w.Approver_Sequence DESC;
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...
No comments:
Post a Comment