typos
This commit is contained in:
parent
42fa3e2475
commit
5b90d0cd45
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue