Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Please help write a query **Urgent** tks
try
select name, count(*)
from tb_name
group by name
having count(*)>1;
Received on Tue Jul 31 2001 - 16:24:54 CDT
![]() |
![]() |