Comments - View Algorithms

5 years, 3 months ago Juan Carlos P

In the version 10.3.14 CentosOS 7 WHEN CREATING A VIEW TEMPTABLE WITH COLUMN sum(`t1`.`c1 * `t1`.`c2`) * (1 + (`t1`.`c1` / 100)) / sum(`t1`.`c2`))

SHOW CREATE TABLE return:

sum(`t1`.`c1` * `t1`.`c2`) * 1 + `t1`.`c1` / 100 / sum(`t1`.`c1`)

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.