Hi there,
Could you please help me with the below stated query.
I have provided the input data and I want the output as shown in Output Data table.
Input Data:
| Column1 | Column2 |
| ABC | [Null] |
| DEFG | [Null] |
| HIJKLM | [Null] |
| 1234 | [Null] |
| 10abcde | [Null] |
| [Null] | PQrstu |
| [Null] | 9xyz |
Output Data:
| Column1 | Column2 |
| ABC | PQrstu |
| DEFG | 9xyz |
| HIJKLM | |
| 1234 | |
| 10abcde | |
| | |
| | |