Bug #110703 | SQL execute return error "BIGINT UNSIGNED value is out of range" | ||
---|---|---|---|
Submitted: | 15 Apr 2023 10:45 | Modified: | 15 Apr 2023 13:08 |
Reporter: | Qingping Zhu | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 8.0.32 | OS: | CentOS |
Assigned to: | CPU Architecture: | x86 |
[15 Apr 2023 10:45]
Qingping Zhu
[15 Apr 2023 13:08]
Roy Lyseng
This is how negative values from unsigned integer operations are supposed to be handled, so it is not a bug. You can overcome the problem by using explicit CAST operations in the SQL query.