stillsteam
Programmer
Hello
I use SQL Server 2005 and I have a list of appr. 7700 items.
In the list there is the complete stockquantity for each item and I halso have the typical amount for each pallet.
I need a list with all individual pallets and its stock
Item stock amount/pallet
100-001 2500 1000
I need the list to look like this
100-001 1000
100-001 1000
100-001 500
Is this possible to do?
Thank you in advance
/Jonas
I use SQL Server 2005 and I have a list of appr. 7700 items.
In the list there is the complete stockquantity for each item and I halso have the typical amount for each pallet.
I need a list with all individual pallets and its stock
Item stock amount/pallet
100-001 2500 1000
I need the list to look like this
100-001 1000
100-001 1000
100-001 500
Is this possible to do?
Thank you in advance
/Jonas