| Article: |
SQL Subqueries | |
| Subject: | Subqueries question - multiple conditions | |
| Date: | 2005-01-26 01:24:57 | |
| From: | S-P-A-R-K | |
|
Hi,
|
||
Showing messages 1 through 5 of 5.
-
Subqueries question - multiple conditions
2005-03-07 07:37:33 edsel99 [View]
Any resolution to this issue? I'm have the same problem.
-
Subqueries question - multiple conditions
2006-12-10 21:24:50 chandu_sql [View]
I want to get only the records which are doulpicate,how to get them -
Subqueries question - multiple conditions
2007-07-05 16:14:19 Poon [View]
You can get the desired result if you take count(the column for which u want duplicate records) in the where clause of the query as >1; -
Subqueries question - multiple conditions
2007-07-05 16:16:26 Poon [View]
You can get the desired result if you take count(the column for which u want duplicate records) in the where clause of the query as >1; -
Subqueries question - multiple conditions
2007-07-05 16:19:21 Poon [View]
You can do this by using count(column name for which values are duplicate ) in the where cluase of the query and make it>1


