Hello,
This is a very stupid problem but I'm new at this :-)
Let's say I have two different fields in the same table :
Author1 and Author2
I want a sorted list of those two fields combined.
but if a same term exists both in Author1 and Author2, it should appear only once in the list of course.
What would be the MYSQL query to get this?
Also, what would be the php code?
Thanks in advance!
Alex


