Bug #111992 | cannot update null value into nullable field when using UPDATE JOIN JSON_TABLE | ||
---|---|---|---|
Submitted: | 8 Aug 2023 3:30 | Modified: | 8 Aug 2023 12:45 |
Reporter: | Nam Dang | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: JSON | Severity: | S3 (Non-critical) |
Version: | 8.0 | OS: | Any (azure mysql single server) |
Assigned to: | CPU Architecture: | Any | |
Tags: | json_table, UPDATE ERROR, update join fail |
[8 Aug 2023 3:30]
Nam Dang
[8 Aug 2023 12:45]
MySQL Verification Team
Hi Mr. Dang, Thank you for your bug report. Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. The original bug is: https://bugs.mysql.com/bug.php?id=111893 Do note that your latest comments do not change anything. You can update a column of one type, only with column of the same type. Sometimes, MySQL can go beyond SQL standard and convert from one type to another, like from DATE to DATETIME or similar. However, what you are trying to achieve is far beyond what SQL standard stipulates. Thank you for your interest in MySQL.