0

Here My Table contains five columns that are the same value and the other three columns are mixed null values due to this duplicate columns are generating.Help me to resolve this.

enter image description here

KARTHIKEYAN.A
  • 18,210
  • 6
  • 124
  • 133

1 Answers1

1

After reading the many articles found a solution, we need to use the group by selecting the value which you need distinct and apply conditions where we need to merge columns

enter image description here

After applying the aggregation result will be given below

enter image description here

KARTHIKEYAN.A
  • 18,210
  • 6
  • 124
  • 133