I want to load below value in temp table.I want to compare the register number in the below two value with each other. Problem here is Register number is sorted improperly and giving wrong result.Kindly provide any possible solution for the same.
Classroom | Register Number |
123 | D1455,D1456,D1478 |
124 | E1234,F123456,T666 |
125 | YT567,FF123,QQ123 |
| |
| |
Classroom | Register Number |
123 | D1456,D1478,D1455 |
124 | E1234,T666,F123456 |
125 | YT567,QQ123,FF123 |