I have searched different pages. Is it possible to insert many values in single cell
Under id 475 can all values be stored like related_id=281,283,284,285,286
INSERT INTO LOGI (related_id)VALUES(281), (283), (284), (285), (286)
UPDATE1 Now if I want to update the all logi_keyword_id for logiid=613
UPDATE logi_logi_keyword SET logi_keyword_id='102' WHERE EXISTS logi_id='543' but it gives error- #1062 - Duplicate entry '543-102' for key 'PRIMARY'