Reputation: 43
Below is what I have in the table 'myTable':
COMPANY | pointX | pointY |
---|---|---|
MICROSOFT | 12.434 | 76.810 |
AMAZON | 1.779 | 290.122 |
APPLE | 601.840 | 333.910 |
What I have to do is set MICROSOFT as the datum point,
and calculate the distance between each company and sum them in a new column.
I tried to make a query, but I guess it's a bit complex for me.
Upvotes: 0
Views: 58