View ocum_report_birt.volumerelationshiphistorychartview | Generated by SchemaSpy |
View Definition:
select `volumerelationshiphistorychartcountview`.`triggerdDate` AS `triggerdDate`,sum((`volumerelationshiphistorychartcountview`.`successCount` + `volumerelationshiphistorychartcountview`.`failCount`)) AS `totalCount`,sum(`volumerelationshiphistorychartcountview`.`successCount`) AS `successCount`,sum(`volumerelationshiphistorychartcountview`.`failCount`) AS `failCount` from `ocum_report_birt`.`volumerelationshiphistorychartcountview` group by `volumerelationshiphistorychartcountview`.`triggerdDate` order by `volumerelationshiphistorychartcountview`.`triggerdDate`
Possibly Referenced Tables/Views: