Wrong. It shows the first 5000 records INCLUDING the first one. The reason for the limit clause is not to query a table fully that has millions of rows, but 5000 is still a fairly large number. If you want to use a different limit clause, then adjust the limit clause to fit your needs – there is no way to change this parameter of the default query.