![]() |
Sergey Kornilov admin 7/4/2016 |
You cannot update your database this way. In SQL query you can select values, perform calculations on the fly etc however it will be only applied to the values that are displayed on the page. |
J
|
jefflau author 7/4/2016 |
You cannot update your database this way. In SQL query you can select values, perform calculations on the fly etc however it will be only applied to the values that are displayed on the page. To update data in the database you need to use the method described in http://xlinesoft.com/articles/how_to_use_calculated_fields.htm article, bullet #2
|