Before
+---------+------------------------------------+
| Word | Tags |
+---------+------------------------------------+
| morning | #sunrise #droplets #waterdroplets |
| morning | #sky #ocean #droplets |
+---------+------------------------------------+
After
+---------+---------------+
| Word | Tags |
+---------+---------------+
| morning | sunrise |
| morning | droplets |
| morning | waterdroplets |
| morning | sky |
| morning | ocean |
| morning | droplets |
+---------+---------------+
Notice how I want to keep droplets appearing twice. This table is very big, over 5m rows, if this method can be efficient that would be very helpful. Thanks!