thank you very much for taking the time to put this together
forgive my ignorance but what does it mean ANSI.
are you indication that is not possible to write a query like this ?
please see Pseudo code below --
select id, username, ( select @skills1 = coalesce(@skills1 + ',', '') +...
I have table users
IDuser Name
1 John
2 Peter
3 JOsh
IDuser Skills
1 typist
1 acct
3 driver
3 Guard
I need to write a query that will show as follows
ID NAME SKILLS
1 John typist,acct
3 Josh Driver,Guard
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.