G
Guest
Hi there,
I have a table as the following:
Name ID
Jimmy Smith
12459HL
Fred Jones
45368CA
In the table above was imported from a database system where I work. The
name is on one row and the ID is on the next row. I would like to write a
query to get the name and ID on the same row.i.e,
Name ID
Jimmy Smith 12459HL
Fred Jones 45368CA
If anyone can help me, I am really appreciate. Thanks.
I have a table as the following:
Name ID
Jimmy Smith
12459HL
Fred Jones
45368CA
In the table above was imported from a database system where I work. The
name is on one row and the ID is on the next row. I would like to write a
query to get the name and ID on the same row.i.e,
Name ID
Jimmy Smith 12459HL
Fred Jones 45368CA
If anyone can help me, I am really appreciate. Thanks.