I have this table publication_en
Field Type
related varchar(200)
public_area int(11)
title text
detail text
file varchar(200)
and i am trying to do this
INSERT INTO publication_en (related, public_area , title , detail , file) VALUES ('none','1','"helped"','la' "kajakjajk"','J3.pdf') but it doesn't work any idea why it doesn't work ?
Thank you very much
sorry i wanted to write it in mysql thread