Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Use of Distinct

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-08-03 : 10:03:39
Kevin writes "How do I create a recordset of all columns in a table but utilize the DISTINCT operation on only "one" of the columns in that table.

Example:

If I have a description column, date-recorded column and a name column...how would I create a recordset including the descr, date and name, but only list the DISTINCT names in the name column."
   

- Advertisement -