SQL Query Problem

Copper Contributor

Hi all,

I dabble with SQL regularly during my day job but I have a problem and wondered what peoples thoughts would be on best way of resolving it. I have a report to write and the data I have out of one system is measurements for a size. For example ladies sizes

Size         Measurement 

6                    -0.5  

8                    -0.5

10                   90   

12                   0.5

14                   0.5

16                    1

18                    1

20                    1

So if  you see above I have in size 10 the base measurement of 90 cm the rest of the measurements above and below are based on the base measurement plus tolerance and then calculated up and down so they should look like this.

Size         Measurement 

6                     89  

8                     89.5

10                   90   

12                   90.5

14                   91

16                   92

18                   93

20                   94

 

Any thoughts ?

0 Replies