INSERT INTO sitelist(id,rank,websiteaddress,tag1,tag2,tag3,tag4,tag5,tag6,tag7,tag8,tag9,tag10)
VALUES
('','','','search','searchengine','discover','find','tag5','tag6','tag7','tag8','tag9','tag10') WHERE `id`=1
The thing is that the first row is like this
1 1 google.com nothing nothing etc
I want to insert search searchengine discover find tag5 tag6 etc instead of nothing.