Hi all,
I'm trying to insert values which contain ' inside of them... of course the insert value() statement thinks it is a separator... Searching/replacing each char for a comma would suck, is there a way to tell mysql that the comma inside of the value should be taken literally?
I'm trying to insert values which contain ' inside of them... of course the insert value() statement thinks it is a separator... Searching/replacing each char for a comma would suck, is there a way to tell mysql that the comma inside of the value should be taken literally?