ynview.frm 2.9 KB

123456789101112131415
  1. TYPE=VIEW
  2. query=select `evtmove`.`intPastureId` AS `intPastureId`,`evtmove`.`intEvtId` AS `intEvtId`,`evtmove`.`intCowId` AS `evtCowId`,`evtmove`.`dateEvtDate` AS `evtmoveDate`,`heatwatch`.`classlist`.`varName` AS `intMoveClass`,`heatwatch`.`movebar`.`intNewBarName` AS `intNewBarName`,`heatwatch`.`employee`.`varEmployeeName` AS `movePersoner`,`evtmove`.`varNotes` AS `moveNotes` from (((`heatwatch`.`events` `evtmove` join `heatwatch`.`movebar` on(((`heatwatch`.`movebar`.`intEvtId` = `evtmove`.`intEvtId`) and (`heatwatch`.`movebar`.`intPastureId` = `evtmove`.`intPastureId`)))) left join `heatwatch`.`classlist` on(((`heatwatch`.`movebar`.`intMoveClass` = `heatwatch`.`classlist`.`intClassListId`) and (`heatwatch`.`movebar`.`intPastureId` = `heatwatch`.`classlist`.`intPastureId`)))) left join `heatwatch`.`employee` on(((`evtmove`.`intPersoner` = `heatwatch`.`employee`.`intEmployeeId`) and (`evtmove`.`intPastureId` = `heatwatch`.`employee`.`intPastureId`))))
  3. md5=88730bf6062c9905c1763759a0230076
  4. updatable=0
  5. algorithm=0
  6. definer_user=root
  7. definer_host=localhost
  8. suid=1
  9. with_check_option=0
  10. timestamp=2022-12-14 10:07:39
  11. create-version=1
  12. source=select `evtmove`.`intPastureId` AS `intPastureId`,`evtmove`.`intEvtId` AS `intEvtId`,`evtmove`.`intCowId` AS `evtCowId`,`evtmove`.`dateEvtDate` AS `evtmoveDate`,`classlist`.`varName` AS `intMoveClass`,`movebar`.`intNewBarName` AS `intNewBarName`,`employee`.`varEmployeeName` AS `movePersoner`,`evtmove`.`varNotes` AS `moveNotes` from (((`events` `evtmove` join `movebar` on(`movebar`.`intEvtId` = `evtmove`.`intEvtId` and `movebar`.`intPastureId` = `evtmove`.`intPastureId`)) left join `classlist` on(`movebar`.`intMoveClass` = `classlist`.`intClassListId` and `movebar`.`intPastureId` = `classlist`.`intPastureId`)) left join `employee` on(`evtmove`.`intPersoner` = `employee`.`intEmployeeId` and `evtmove`.`intPastureId` = `employee`.`intPastureId`))
  13. client_cs_name=utf8
  14. connection_cl_name=utf8_general_ci
  15. view_body_utf8=select `evtmove`.`intPastureId` AS `intPastureId`,`evtmove`.`intEvtId` AS `intEvtId`,`evtmove`.`intCowId` AS `evtCowId`,`evtmove`.`dateEvtDate` AS `evtmoveDate`,`heatwatch`.`classlist`.`varName` AS `intMoveClass`,`heatwatch`.`movebar`.`intNewBarName` AS `intNewBarName`,`heatwatch`.`employee`.`varEmployeeName` AS `movePersoner`,`evtmove`.`varNotes` AS `moveNotes` from (((`heatwatch`.`events` `evtmove` join `heatwatch`.`movebar` on(((`heatwatch`.`movebar`.`intEvtId` = `evtmove`.`intEvtId`) and (`heatwatch`.`movebar`.`intPastureId` = `evtmove`.`intPastureId`)))) left join `heatwatch`.`classlist` on(((`heatwatch`.`movebar`.`intMoveClass` = `heatwatch`.`classlist`.`intClassListId`) and (`heatwatch`.`movebar`.`intPastureId` = `heatwatch`.`classlist`.`intPastureId`)))) left join `heatwatch`.`employee` on(((`evtmove`.`intPersoner` = `heatwatch`.`employee`.`intEmployeeId`) and (`evtmove`.`intPastureId` = `heatwatch`.`employee`.`intPastureId`))))