鱼C论坛

 找回密码
 立即注册
查看: 3621|回复: 3

关于Mysql语句的问题

[复制链接]
发表于 2021-4-13 15:43:04 | 显示全部楼层 |阅读模式
10鱼币
本帖最后由 paohhee 于 2021-4-13 15:45 编辑

今天在做sql注入的时候,发现了一条新的语句
select 1,(select group_concat(column_name) from information_schema.columns where table_schema=(select database()) and table_name=(select table_name from information_schema.tables where table_schema=(select database())limit 3,1))

select 1,(select group_concat(column_name) from information_schema.columns where table_name='users')

他们的结果分别如下:
2.png

桌面1.png
问题:想知道第一条语句table_schema后的含义和作用与第二条语句的table_name的区别

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2021-4-25 11:16:53 | 显示全部楼层
怎么没人
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2021-5-10 18:31:42 | 显示全部楼层
追忆者 发表于 2021-5-9 10:22
第一个表示表格架构,第二个表示表格名称。

可以给我具体翻译下
select group_concat(column_name) from information_schema.columns where table_schema=(select database()) and table_name=(select table_name from information_schema.tables where table_schema=(select database()
这个的意思吗,比如说从什么库中的第几行的表显示第几行的内容这样的
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-1-9 01:37

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表