Skip to content
Advertisement

I don’t want NULL and want to have values in one row

with this query below output I am getting where empid is coming 2 times but I want only it only 1 time`

![1]: https://i.stack.imgur.com/voYZ7.png

desired output is

![2]: https://i.stack.imgur.com/420bB.png

Advertisement

Answer

I think you need to fix the GROUP BY and expressions:

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement