|
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
|