Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Insert problem using '\'
Change the query to
insert into data (fldBody) VALUES ('c:\test');
You have to escape the character '' with '\'
HTH
Thanks Ritesh, that's great.
Jim