Sign in
|
Join
Search
Syed Akbar Ali
Home
Contact
About
RSS
Atom
Comments RSS
Recent Posts
Simple SQL query to get duplicate values in a table
Obout suite Controls for ASP.NET
Introduction: ASP.NET 2.0 Folders
Introduction: What is DML, DDL, DCL and TCL in SQL Server
Get free Visual Studio 2008 and .NET Framework Training kit
Sponsors
advertise here
Tags
.Net
.Net Framework
ASCII
ASP.NET
ASP.Net Folders
C#
Controls
DCL
DDL
DML
Introduction
Linq
Obout
Query
SQL
SQL Server
TCL
Training Kit
VB.net
Visual Studio
Navigation
Home
Blogs
Blogs
Joe On.Net
Omar AL Zabir
ASP.Net Site
yTechie
My Links
Archives
September 2008 (1)
April 2008 (1)
March 2008 (3)
February 2008 (3)
Browse by Tags
All Tags
»
SQL
(
RSS
)
Query
Simple SQL query to get duplicate values in a table
This is simple T-SQL query to find duplicate values in Microsoft SQL Server Database select a.field1, a.field2,a.field3, a.field4 from table a where 1 from table b where b.field1 = a.field1 and b.field2 = a.field2 and b.field3 = a.field3)
Posted:
Sep 11 2008, 06:54 PM
by
akbaralis
| with
3 comment(s)
Filed under:
Query
,
SQL
More Posts