chr(38)替换&
insert into table values( ‘http://localhost:8080/index.action?username=138&type=1 ‘);
insert into table values( ‘http://localhost:8080/index.action?username=138 ‘||chr(38)|| ‘type=1 ‘);
oracle的insert的时候&符号如何插入(转义)
原文:http://www.cnblogs.com/dava/p/6416678.html