I was wondering how I can take a data set that looks like this:
Table 1:
RecordID Code
A 351
A 352
A 353
A 354
to look like this:
Table 2:
you can already assume I created a second table with the column headers I created below
RecordID 351 352 353 354 355 356
A Y Y Y Y N N
Thank you in advance for your help.
mysql,postgresql,sql-server,oracleordb2- or something else entirely.