Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

how to remove table next row with previous match row value in mysql

in my table one of column has value like array type in that value are stored in following format:

row1: ['/dirname/img1.jpg', '/dirname/img2.jpg']

row2: ['/dirname/img1.jpg', '/dirname/img2.jpg', '/dirname/img3.jpg', '/dirname/img4.jpg']

as you can see above row1 value always appended in the next row2 and row2 value appened in row3 but i need to remove next match with previous rows value

can anyone please help me.

Comments