SQL 转换符
摘要:
SQL 转换符 1.插入特殊符号 insert table testTB(name) values('li''ming'); 在SQL中''就相当于一个' 2.查询SQL语句转义符. select * from testTB where name like 'li\''%' escapse'\' 其中escapse对'\'进行了转义 阅读全文
posted @ 2008-10-07 11:31 爱笑的猪 阅读(268) 评论(0) 推荐(0)
浙公网安备 33010602011771号