I bet my title is not clear so there is a table of what I want.
I have this :
+------+---------+-------+
|LOGIN | KEY | VALUE |
+------+---------+-------+
|JDE001|LASTNAME |Doe |
|JDE001|FIRSTNAME|John |
|RRE001|LASTNAME |Roe |
|RRE001|FIRSTNAME|Richard|
+------+---------+-------+
I'd like :
+------+--------+---------+
|LOGIN |LASTNAME|FIRSTNAME|
+------+--------+---------+
|JDE001|Doe |John |
|RRE001|Roe |Richard |
+------+--------+---------+
Any ideas ?