0
how to display only similar records from a table
the data rows which are repeated only
7 Respuestas
+ 2
Try using 'not distinct all_columns from table' 
0
use distinct keyword
0
Using NOT Distinct will work 
- 1
you know right?
- 1
what?
- 1
if a table contains d duplicate values I need to display only those duplicate values 
- 1
distinct returns only one similar record even  if the same record is duplicated in d table  multiple times 






