I have this history table that maitains duplicate Panel_Number and its history. I will need your help in getting a query which will give me distinct Panel_Number with its max(version) from the table.
eg:- Panel 0G3101 has 3 occurences in the table with different version 1,2,3. I only need to show in the resultset the Panel 0G3101 WITH MAX(VERSION) which is 3 in this case.
Likewise I need all distinct panel numbers with their max version .