I have a table with two columns. Column 1 - PIN#, Column 2 - ID. Each PIN# can have multiple ID's. (ie. PIN# 10051 has ID 276 and 319, however they are listed on seperate rows) What I am trying to accomplish is to eliminate multiple PIN# and create additional columns to house the multiple ID's. I hope this is enough information. Any help is appreciated. Thanks in advance
Looks Like This:
PIN# ID
10051 276
10051 319
106218 107
106218 567
Would like it to look like this:
PIN# ID ID
10051 276 319
106218 107 567
Start Free Trial