Garling
Technical User
- Feb 26, 2005
- 14
I have a SQL DB that has a table named: InventoryUOM
With the following data.
Num UOM Conv1 Conv2 Price Cost
1 Box 1 1 0.08 2.19
1 Each 100 1 4.87 2.19
What I need to do is have the box price swap with the each price. I am trying to get a query to run this.
Any ideas?
With the following data.
Num UOM Conv1 Conv2 Price Cost
1 Box 1 1 0.08 2.19
1 Each 100 1 4.87 2.19
What I need to do is have the box price swap with the each price. I am trying to get a query to run this.
Any ideas?