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 82
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