By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
8 rows affected
| M_ID | M_NO |
|---|---|
| 1 | 1 |
| 1 | 2 |
| 1 | 3 |
| 3 | 2 |
| 3 | 4 |
| 2 | null |
| M_ID | M_NOS |
|---|---|
| 1 | 1,2,3 |
| 2 | null |
| 3 | 2,4 |
3 rows affected
| M_ID | COLUMN_VALUE |
|---|---|
| 1 | 1 |
| 1 | 2 |
| 1 | 3 |
| 2 | null |
| 3 | 2 |
| 3 | 4 |
| M_ID | M_NOS |
|---|---|
| 1 | 1,2,3 |
| 2 | null |
| 3 | 2,4 |