本文介绍了如果在SQL Quries中给出,为什么不接受单引号(')标记的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我想更多地了解为什么单引号(')应该用两个'而不是一个'代替来处理。我们将使用2个单引号替换单引号时可以使用。如果所有其他特殊字符都正常工作,为什么只有单引号会在未正确处理时抛出异常。



提前致谢!!

Hari

Hi All,

I would like to understand more on why the single quotation (') should be handled by replacing with two ' instead of one '. The work around will be working where we replace the single quotation with 2 single quotes.If all other special characters are working fine why only single quote will throw exceptions if not handled properly.

Thanks in Advance !!
Hari

推荐答案




这篇关于如果在SQL Quries中给出,为什么不接受单引号(')标记的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 23:17