HI ,
I have a table .It contains empid column
It has following
empid name
1 richol
2 charles
3 michls
1 chola
2 uptip
3 arun
4 mukil
i require output in empid except emp id 4:
1
2
3
1
2
3
i want duplicate empid onlt. How can i do it?
arun
I have a table .It contains empid column
It has following
empid name
1 richol
2 charles
3 michls
1 chola
2 uptip
3 arun
4 mukil
i require output in empid except emp id 4:
1
2
3
1
2
3
i want duplicate empid onlt. How can i do it?
arun
Comment