Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Auto update value in entire column

There is a database with car mileage. Data is entered continuously. In another table, you need to transfer the last maximum value from the database to the "Current mileage" column. In this case, the last maximum value should automatically update the entire column.

Solved Solved
0 1 114
1 ACCEPTED SOLUTION

Fixed by adding virtual column with MAX() expression.

View solution in original post

1 REPLY 1

Fixed by adding virtual column with MAX() expression.

Top Labels in this Space