P
pon
I combine two table person_id and benefit_id to get the following result
Angela, 07-10-1990, MEDICAL, 03mem
Angela, 07-10-1990, DENTAL, 04mem
Angela, 07-10-1990, VISION, 01mem
What kind of query should I use to get the following result?
Angela, 07-10-1990, MEDICAL, 03mem, DENTAL, 04mem, VISION, 01mem
Please help.
Thank you
Angela, 07-10-1990, MEDICAL, 03mem
Angela, 07-10-1990, DENTAL, 04mem
Angela, 07-10-1990, VISION, 01mem
What kind of query should I use to get the following result?
Angela, 07-10-1990, MEDICAL, 03mem, DENTAL, 04mem, VISION, 01mem
Please help.
Thank you