View Single Post
Old 10-22-2012, 04:56 PM   PM User | #3
MaDmiX
Regular Coder

 
Join Date: Feb 2012
Location: Charlotte, NC
Posts: 104
Thanks: 26
Thanked 0 Times in 0 Posts
MaDmiX is an unknown quantity at this point
Hi guelphdad,

I am using phpMyAdmin as my database application and mySQL for the database itself. Here is an idea of what I have and how I want the results to look:

ID Network_1 Network_2 Network_3
1 -1 0 0
2 0 0 -1
3 0 -1 0
4 -1 -1 0

This is what I want to output:

ID Network
1 Net-1
2 Net-3
3 Net-2
4 Net-1, Net-2

ID #4 only just occured to me as I was typing out this example.

Kind regards,

Ken
MaDmiX is offline   Reply With Quote