S
smith_gw
I have a table that includes and ID and language field where multiple records
include the different languages. Some ID's have up to three languages so it
looks like:
ID1,language1
ID1,language2
ID1,language3
ID2,language1
ID2,language2
I am trying to create a query that instead would list them as:
ID1, language1, language2, language3.
ID2, language1, language2, null/blank
ID3, language1, null/blank, null/blank.
Any assistance would be greatly appreciated.
include the different languages. Some ID's have up to three languages so it
looks like:
ID1,language1
ID1,language2
ID1,language3
ID2,language1
ID2,language2
I am trying to create a query that instead would list them as:
ID1, language1, language2, language3.
ID2, language1, language2, null/blank
ID3, language1, null/blank, null/blank.
Any assistance would be greatly appreciated.