Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL question
Select count(column_a),column_a
NB: This will identify duplicate entries in a specific column in
your database table(In this case Column_A).
It will give you the value in the column, adn how many entries there
are for
that value.
Piero Stanchi wrote:
Hello.Received on Wed May 26 1999 - 05:50:18 CDT
I want to print all the entries in a table that are present more than
one time. What kind of select statement must I do?
Thank you for any help.
Piero
![]() |
![]() |