I tried to do this:
INSERT INTO test123 VALUES(Some text, 'More Text (and in braces.)');
but it doesn't work. The braces in the string
'More Text (and in braces.)'
cause the syntax error. How can I make it work - I need mysql to accept the braces.