How to handle blank entries in MySQL

前端 未结 0 1475
清酒与你
清酒与你 2020-12-04 12:55

I have been struggling with entering blank values in MySQL. For example, the code:

INSERT INTO `tablename` (column1, column2) VALUES (\'value1\', \'\');


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题