vopertateinfo.frm 1.7 KB

12345678910111213141516
  1. TYPE=VIEW
  2. query=select `newesttmrweighttime`.`downloadedplanid` AS `downloadedplanid`,`newesttmrweighttime`.`OperateName` AS `OperateName`,`newesttmrweighttime`.`OperateWeight` AS `OperateWeight`,if(`vbuttonactualweight`.`ActualWeight` is null,-1000,`vbuttonactualweight`.`ActualWeight`) AS `ActualWeight`,`newesttmrweighttime`.`InTime` AS `InTime` from (`tmrwatch`.`newesttmrweighttime` join `tmrwatch`.`vbuttonactualweight` on(`newesttmrweighttime`.`recbuttonID` = `vbuttonactualweight`.`id`))
  3. md5=e8a114ff29f677ee6efeaaa03258e391
  4. updatable=0
  5. algorithm=0
  6. definer_user=root
  7. definer_host=localhost
  8. suid=1
  9. with_check_option=0
  10. timestamp=2021-12-05 04:06:50
  11. create-version=2
  12. source=select `newesttmrweighttime`.`downloadedplanid` AS `downloadedplanid`,`newesttmrweighttime`.`OperateName` AS `OperateName`,`newesttmrweighttime`.`OperateWeight` AS `OperateWeight`,if(isnull(`vbuttonactualweight`.`ActualWeight`),-(1000),`vbuttonactualweight`.`ActualWeight`) AS `ActualWeight`,`newesttmrweighttime`.`InTime` AS `InTime` from (`newesttmrweighttime` join `vbuttonactualweight` on((`newesttmrweighttime`.`recbuttonID` = `vbuttonactualweight`.`id`)))
  13. client_cs_name=utf8
  14. connection_cl_name=utf8_general_ci
  15. view_body_utf8=select `newesttmrweighttime`.`downloadedplanid` AS `downloadedplanid`,`newesttmrweighttime`.`OperateName` AS `OperateName`,`newesttmrweighttime`.`OperateWeight` AS `OperateWeight`,if(`vbuttonactualweight`.`ActualWeight` is null,-1000,`vbuttonactualweight`.`ActualWeight`) AS `ActualWeight`,`newesttmrweighttime`.`InTime` AS `InTime` from (`tmrwatch`.`newesttmrweighttime` join `tmrwatch`.`vbuttonactualweight` on(`newesttmrweighttime`.`recbuttonID` = `vbuttonactualweight`.`id`))
  16. mariadb-version=100511