In a SQL select statement how do I get it to only display a record once, regardless of how many times it is found.<BR><BR>I have a table with system names. In a lot of cases the system name is listed ...
Do you want to find out how to avoid duplicates in the results of a SQL SELECT query? This article will show you how. Simply use the DISTINCT clause and between the SELECT clause and the fields.