Hi there,
I have an SQL query that gived me a dataset as shown below. I want to add new column to this dataset, where the value in each row should be calulated based on values in the other coumns. How can I do this?
I want to subtract the value in red from the value in blue, and place the result in green. And repeat this for all rows.