Issue table
col1 col2 col3 col4
1 null a null
1 b null null
1 null null c
2 aa null null
2 null bb null
output needed
col1 col2 col3 col4
1 b a c
2 aa bb null
please help with a SQL query
I want to remove the nulls and merge columns in a single row
New contributor
Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1