日期:2014-05-18  浏览次数:20473 次

如何插入单引号
insert into table_name values(''')

报错

------解决方案--------------------
insert into table_name(列) values(对应值)