So i have a table that contains
ID
AccountNumber
SerialNo
code
data is stored like this..
ID ¦ AccountNumber ¦ SerialNo ¦ Code
========================
2010 ¦ G1155854122 ¦ DHHT144744 ¦ 002GH112
2011 ¦ G1155854122 ¦ DHHT144744 ¦ 066577
And i need the query to show like this:
AccountNumber ¦ SerialNo ¦ CodeA ¦ CodeB
G1155854122 ¦ DHHT144744 ¦ 002GH112 ¦ 066577
duno how to do this please can you hlelp?
ID
AccountNumber
SerialNo
code
data is stored like this..
ID ¦ AccountNumber ¦ SerialNo ¦ Code
========================
2010 ¦ G1155854122 ¦ DHHT144744 ¦ 002GH112
2011 ¦ G1155854122 ¦ DHHT144744 ¦ 066577
And i need the query to show like this:
AccountNumber ¦ SerialNo ¦ CodeA ¦ CodeB
G1155854122 ¦ DHHT144744 ¦ 002GH112 ¦ 066577
duno how to do this please can you hlelp?
Last edited: