Unfortunately, I have not found an explanation for this situation in the documentation.
In particular, I created a table and fragmented it "FRAGMENT BY EXPRESSION" by the "value" field. In the fragmentation condition, I wrote:
value < 100 IN dbspace_1,
value >= 100 IN dbspace_2.
For example, "value" in the row is 85, so the row is located in dbspace_1. If I update the value to 110, will this row move to dbspace_2?