We recently upgraded our apex environment to 20.1.0.00.13
after upgrade one of our reports fails with error ORA-00904: "DS": invalid identifier
I found that DS column was added by APEX
select
<our columns>
(ROUND(DM + DN + DO + DP + DQ + DR + DS, 2)) "APXWS_CC_001"
from ….
I suspect that this is computed column(s)
Can you advise if there is a way to prevent APEX from adding these computed columns automatically?