I have a table named BTSQMTAsk and it has two tasks in it. each task will have a column CompletedID, is a comma separated column. i need to return the completedID of a task not in the 2nd task(remember both are comma separated values). please help me to find this answer. i am stuck on this
TaskID TaskName CompletedID
1 Upload Signed SOW 1,2,3,5,4,9
2 Confirm Payment 1,5
in this, i must compare the completedID of both tasks and return result must be like '2,3,4,9'
- Output
CompletedID
2,3,4,9