jammer1221
Programmer
Hey all,
I have a query that looks like this:
it returns this...
how do I get it to return this?
Let me know if you have questions or if it is just plain impossible?
Thanks for your help!
Matt
I have a query that looks like this:
Code:
SELECT tags.tag, assets.id FROM tags, assets WHERE tags.id=assets.id
Code:
+---------+----------+
| tags | id |
+---------+----------+
| east | 10 |
| west | 11 |
| bumper | 10 |
| coast | 11 |
+---------+----------+
Code:
+---------+----------+
| tags | id |
+---------+----------+
| east | 10 |
| bumper | |
| west | 11 |
| coast | |
+---------+----------+
Let me know if you have questions or if it is just plain impossible?
Thanks for your help!
Matt