In my stored procedure I have a temp table where I have data like below:
I am getting 2 rows for some employees one having emp name and other are null.
Now I need to delete the row for employee if its having duplicate rows with null emp name.
We don't need to delete if its the single row with null. I just need to delete the highlighted ones.
Please help what is the where condition here

