User Tools

Site Tools


hacking:sql_injection:mssql:if_statement

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
hacking:sql_injection:mssql:if_statement [2020/04/16 21:27] – created peterhacking:sql_injection:mssql:if_statement [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 6: Line 6:
  
 <code sql> <code sql>
 +IF condition true-part ELSE false-part
 +
 +IF (1=1) SELECT 'true' ELSE SELECT 'false'
 </code> </code>
  
hacking/sql_injection/mssql/if_statement.1587072466.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki