码迷,mamicode.com
首页 > 数据库 > 详细

oracle的insert的时候&符号如何插入

时间:2019-07-19 15:17:26      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:dex   oracle   http   amp   cti   lin   int   val   ted   

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的时候&符号如何插入

标签:dex   oracle   http   amp   cti   lin   int   val   ted   

原文地址:https://www.cnblogs.com/colder/p/11213375.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!