View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 07:51 AM
David Portas
 
Posts: n/a
Default Re: can't do that request

SELECT col1
FROM YourTable
UNION
SELECT col2
FROM YourTable
UNION
SELECT col3
FROM YourTable

If that doesn't give the result you wanted then please post DDL and
sample data as described here:
http://www.aspfaq.com/etiquette.asp?id=5006

--
David Portas
SQL Server MVP
--

Reply With Quote