This commit is contained in:
Stefan Friese 2022-11-14 01:02:34 +01:00
parent 592b45106b
commit 42fa3e2475
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Check the number of columns by inserting NULL values one after another.
0 union select null, null, group_concat(username, ':', password from found_tablename
```
The examples above contain methods of retrieving table name, column names. The last example uses the information returned to inject the correct column names so the acutal content of them are retrieved. Further examples under [SQL Functions](#### SQL Functions)
The examples above contain methods of retrieving table name, column names. The last example uses the information returned to inject the correct column names so the acutal content of them are retrieved. Further examples under [SQL Functions](# SQL Functions)
## Further Information