最近学习oracle,发现一个与mysql不同的地方,提醒大家一下: mysql里的字符类型的转义符是 \ ,oracle里的是 ' 看 mysql 里这样的语句 insert into test values('dddd','fff\'fff'); oracle 里这样 insert into test values ('dddd','fff''fff');
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn