I have scenario where I want to get the percentage of completion.
I have two columns and have to calculate third.
vCompletedTasks | vTotalTasks | vPercentageCompleted
63 66
55 70
35 50
24 48 50%
I need to write a query which calculates third column, which is percentage.