Hi,
I have this table below with 3 columns.

I have a working query that will return the Person_ID and Modified date below.
select Person_ID, Modified
from table
where XML_String like "%KeyWord%";
What I would like is to modify this query to also include the TakeId number so my output would be as it is below.

Thanks in advance.
Kelvin