本文介绍了保存撇号“ ''在sql中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨
i将此语句发送给sql:
插入 到 tableName(fieldName)值(' 杰克'的汽车' )
为了节省
但是发生错误
感谢您解决问题
解决方案
hi
i sent this statement to sql:
insert into tableName (fieldName) values ('Jack's car')
in order to Save
But an error occurred
Thanks for any solution to the problem
解决方案
这篇关于保存撇号“ ''在sql中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!