Fix typo in SQLi blind case
This commit is contained in:
parent
dd0f135088
commit
57d5b313b9
@ -34,7 +34,7 @@ This means an `orderExpression` can be a `selectExpression` which can be a funct
|
|||||||
a `case` statement we might be able to ask the database some questions, like:
|
a `case` statement we might be able to ask the database some questions, like:
|
||||||
|
|
||||||
----
|
----
|
||||||
SELECT * FROM users ORDER BY (CASE WHEN (TRUE) THEN lastname ELSE firstname)
|
SELECT * FROM users ORDER BY (CASE WHEN (TRUE) THEN lastname ELSE firstname END)
|
||||||
----
|
----
|
||||||
|
|
||||||
So we can substitute any kind of boolean operation in the `when(....)` part. The statement will just work because
|
So we can substitute any kind of boolean operation in the `when(....)` part. The statement will just work because
|
||||||
|
Loading…
x
Reference in New Issue
Block a user