Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to retrieve only duplicate values in a table

Answer Posted / siva

Select* from emp where rowid not in(select max(rowid) from emp group by empno);

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is error ora-12154: tns:could not resolve the connect identifier specified?

1117


Why we use join in sql?

1022


Can I call a procedure inside a function?

1074


What is coalesce sql?

1050


Is sql a backend?

1070


What is data modelling in sql?

1071


what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba

1120


How many types of sql are there?

1042


What are the different dml commands in sql?

1246


What is delimiter sql?

1058


What are the advantages of pl sql?

1160


Is sql similar to python?

1033


Who developed sql?

1091


Why do we use joins in sql?

1004


What is query optimization in sql?

1040