Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,


In my project i have different products and i am inserting prices for particular customers now i am changing the prices on another date also i want to see the last three price updates in following manner

product name-------- Date1--------Date2--------Date3

product1------------ price--------price--------price
product2------------ price--------price--------price
.
.
.
.
.


how can i do this ????
Posted
Comments
Vijay Walunj,Navi mumbai 5-Oct-12 4:41am    
can you provide expected output with example
Pradeep_kaushik 5-Oct-12 4:59am    
output just like
product name-----1/5/2012-----1/6/2012----1/7/2012
2 steel pin--------56-----------60----------70
hook---------------30-----------34-----------40
and more products
Simon_Whale 5-Oct-12 5:02am    
can you provide some sample data? as at the moment I think you should looking at PIVOT queries if your using SQL Server 2005 / 2008

1 solution

From your example it looks like you would need to write a PIVOT query. Samples PIVOT query is explained in the below link
http://www.simple-talk.com/blogs/2007/09/14/pivots-with-dynamic-columns-in-sql-server-2005/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900