QUESTION POSED ON: 03 April 2007
I would like to extract for a particular part number what is
the highest version and revision, and corresponding serial number.
SLNO PARTNO VER REVISION
P00026 1265 A 1.1
P00027 1265 A 1.1.1
P00028 1265 B 1
P00029 1265 B 1.1
P00030 1270 A 1.2
P00031 1270 A 1.3
For example, part number 1265 has B as highest version and 1.1
as highest revision of B, so it should show like this...
SLNO PARTNO VER REVISION
P00029 1265 B 1.1
How do I do this in SQL? Thank you.
|