====== Hacking - SQL Injection - MySQL - If statement ====== Get response based on an **if** statement. This is one of the key points of Blind SQL Injection, also can be very useful to test simple stuff blindly and accurately. IF(condition,true-part,false-part) SELECT IF(1=1,'true','false')