Hi everyone,

I want to run a query that will combine the results of 5 columns into 1
column, and then group them by similar results so that only 1 instance is
returned.

I currently have the following query:

"SELECT Category
FROM gs_Products
GROUP BY Category
ORDER BY Category ASC"

How would I modify this query to return all the items from Category,
Category2, Category3, Category4 and Category5 and then group them all by
similarities?

Thank you,

Doug Coning




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to