SQL SERVER DISTINCT CLAUSE
Ask by Anonymous User
Updated 06 Nov 2015
http://www.mindstick.com/Articles/66d1ba5a-2c92-4497-8cfe-3bb90b87c9ba/Select%20Command%20in%20SQL%20Server
The SQL Server (Transact-SQL) DISTINCT clause is used to remove duplicates from the result set. The DISTINCT clause can only be used with SELECT statements.
Select normal query
Write semple query in sqlserver.