(1)greatest(n1,n2,n3,...) //返回其中的最大值 (2)strcmp(str1,str2) //当str1=str2,返回0,当str1>str2,返回1,当str1<str2,返回-1 (3)between and //选取介于两个值之间的数据范围。这些值可以是数值、文本大概日期。
利用greatest()、least():(前者返回最大值,后者返回最小值) 同样是在利用盲注的时候,在利用二分查找的时候需要利用到比力操作符来举行查找。如果无法利用比力操作符,那么就需要利用到greatest来举行绕过了。 最常见的一个盲注的sql语句:
select * from users where id=1 and ascii(substr(database(),0,1))>64