S
sippyuconn
Hi
I have a table with each record having 2 rows - 1st is original data, 2nd
row is changed data. I am trying to write a query where I can display the 2
rows as 1 and have the changed data side by side - like below
productid productname price
001 battery 11.00
001 battery 12.00
what I'd like to see from the query is
productid productname originalprice changed price
001 battery 11.00 12.00
Any ideas???
Thanks
I have a table with each record having 2 rows - 1st is original data, 2nd
row is changed data. I am trying to write a query where I can display the 2
rows as 1 and have the changed data side by side - like below
productid productname price
001 battery 11.00
001 battery 12.00
what I'd like to see from the query is
productid productname originalprice changed price
001 battery 11.00 12.00
Any ideas???
Thanks