How to display no duplicate records in SQL Server -


does know how can display records not duplicated record inside results in sql server?

use distinct

select distinct * table

or use group by

select field1,field2,field3 table group field1, field2, field3


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -