Keep it simpleSELECT Name, 'Avg' AS Agg_name,Avg_ag AS [ag],Avg_arsenic AS [arsenic],1 AS OrdFROM TableUNION ALLSELECT Name, 'Min',Min_ag ,Min_arsenic ,2FROM TableUNION ALLSELECT Name, 'Max',Max_ag ,Max_arsenic ,3FROM TableUNION ALLSELECT Name, 'Std',Std_ag ,Std_arsenic ,4FROM TableORDER BY Name,Ord
then your desired presentation can be obtained using tools like SSRS and property is called hide duplicates applied to required textbox (Name in this case)------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs