DELIMITER $$ ALTER ALGORITHM=UNDEFINED DEFINER=`apzl`@`%` SQL SECURITY DEFINER VIEW `vi_overdue_rent_plan_sum` AS SELECT `lc_overdue_rent_plan`.`CONTRACT_ID` AS `contract_id`, COUNT(`lc_overdue_rent_plan`.`PLAN_LIST`) AS `over_list`, MAX(`lc_overdue_rent_plan`.`Overdue_days`) AS `over_days`, ROUND(SUM(`lc_overdue_rent_plan`.`overduerent`),2) AS `over_money`, ROUND(SUM(`lc_overdue_rent_plan`.`penalty`),2) AS `over_penalty`, ROUND(SUM(`lc_overdue_rent_plan`.`overinterest`),2) AS `over_interest` FROM `apzl`.`lc_overdue_rent_plan` WHERE (`lc_overdue_rent_plan`.`overduerent` > 0) GROUP BY `lc_overdue_rent_plan`.`CONTRACT_ID`$$ DELIMITER ; -- comment on column vi_overdue_rent_plan_sum.contract_id not supported: åˆåŒįž–å·