Calculated fields
Posted: 2021-05-05 06:40
Hello
Calculated fields
I have this code which works great in SQL.
Except that ID11 is NOT displayed (on the mysql console it works), I made the field read only, integer ... I use the calculated fields.
An idea ?
Calculated fields
I have this code which works great in SQL.
Except that ID11 is NOT displayed (on the mysql console it works), I made the field read only, integer ... I use the calculated fields.
An idea ?
Code: Select all
SELECT ( `DNB_MAITRISE_SOCLE`.`D11_FR`+`DNB_MAITRISE_SOCLE`.`D11_HG`+`DNB_MAITRISE_SOCLE`.`D11_SVT`+`DNB_MAITRISE_SOCLE`.`D11_PHY`+`DNB_MAITRISE_SOCLE`.`D11_TECHNO`)/5
FROM DNB_MAITRISE_SOCLE WHERE `DNB_MAITRISE_SOCLE`.`id`='%ID%;