I have been struggling with entering blank values in MySQL. For example, the code:
INSERT INTO `tablename` (column1, column2) VALUES (\'value1\', \'\');