Skip to content

Commit ed28a07

Browse files
committed
Fix typo in table header
1 parent 7faf14a commit ed28a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SQL Injection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Most databases interpret certain ASCII control characters and encoded spaces (su
459459
**ASCII Whitespace Support by Database**:
460460

461461
| DBMS | Supported Whitespace Characters (Hex) |
462-
|--------------|----------------------------------------------___-|
462+
|--------------|--------------------------------------------------|
463463
| SQLite3 | 0A, 0D, 0C, 09, 20 |
464464
| MySQL 5 | 09, 0A, 0B, 0C, 0D, A0, 20 |
465465
| MySQL 3 | 01–1F, 20, 7F, 80, 81, 88, 8D, 8F, 90, 98, 9D, A0|

0 commit comments

Comments
 (0)