You are here: Re: SQL question « MsSQL Server « IT news, forums, messages
Re: SQL question

Posted by Erland Sommarskog on 07/07/07 22:31

ZeldorBlat (zeldorblat@gmail.com) writes:
> On Jul 7, 2:59 pm, dwightarmyofchampi...@hotmail.com wrote:
>> I want a SELECT ... ORDER BY ID statement that will output the
>> following data:
>>
>> ID Name
>> 001 Smith
>> 002 Jones
>> 247 Simpson
>> 856 Beckley
>>
>> How do I do this?
>
> select id, name
> from table1
> union
> select id name
> from table2
> order by id

Or:

select id, name
from table1
union ALL
select id name
from table2
order by id

By default UNION sorts out duplicates. With UNION ALL they are retained.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация