lyric0n
Technical User
- Dec 28, 2005
- 74
Hello,
I would like to create a view of a table in a very specific manor...my table looks like the following
IP | Code
127.0.0.1 | AA
127.0.0.2 | AA
127.0.0.3 | AB
Then for my view, I would like it to look like...
Code | IP
AA | 127.0.0.1, 127.0.0.2
AB | 127.0.0.3
Does anyone have any ideas how to do this? I've tried coalesce but haven't had much luck, thanks, Chris
I would like to create a view of a table in a very specific manor...my table looks like the following
IP | Code
127.0.0.1 | AA
127.0.0.2 | AA
127.0.0.3 | AB
Then for my view, I would like it to look like...
Code | IP
AA | 127.0.0.1, 127.0.0.2
AB | 127.0.0.3
Does anyone have any ideas how to do this? I've tried coalesce but haven't had much luck, thanks, Chris