Good Afternoon,
I have an issue where I need to reference a row within the same table to update a value for a row within the same table. For example
id | pro_id | field_id | value_decimal
14012 | 3748 | 127 | 700.00
14011 | 3748 | 128 | **UPDATE THIS VALUE**
I need to set the value_decimal for field_id 128 to value decimal of field_id 127/4.33 and then rounded up.
The table name is polaracc_osrs_property_field_value
I have been banging my head against a brick wall all morning :-(