Argument out of range appears in mysql query database

mysql5.7 version, using the tool (Navicat Premium) argument out of range pop-up prompt appears when querying the database
after I check that the data format in the database is normal, if it is a numerical format, I use the same sentence bigint the same tool using mysql5.3 query will not appear.

the data can be queried every time, but the sort will not take effect.
what"s the problem, bosses?

Mar.06,2021

the maximum signed BIGINT value is 9223372036854775807. Check for overflow
refer to official problem explanation

.
https://dev.mysql.com/doc/refman/8.0/en/out-of-range-and-overflow.html
Menu