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

SQL--concat函数

时间:2016-08-19 11:24:05      阅读:934      评论:0      收藏:0      [点我收藏+]

标签:

concat函数是用来起连接作用的,如SELECT CONCAT(‘My‘, ‘S‘, ‘QL‘);执行结果是‘MySQL‘

此查询uid=-1 union select username ,concat(password,0×3a,sex,0×3a,address,0×3a,telephone) ,content from 表名 where 条件实际查询了6个字段。

SQL--concat函数

标签:

原文地址:http://www.cnblogs.com/ldsec/p/5786804.html

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