Can anyone explain to me why the limit clause in sql injection in some cases returns the first results by typing it like (LIMIT 0,1--) and in some other cases by typing it like (LIMIT 1,1--).
Thanks in advance.
Can anyone explain to me why the limit clause in sql injection in some cases returns the first results by typing it like (LIMIT 0,1--) and in some other cases by typing it like (LIMIT 1,1--).
Thanks in advance.