vbuttonactualweight.frm 1.4 KB

12345678910111213141516
  1. TYPE=VIEW
  2. query=select count(`tmrwatch`.`recbutton`.`ID`) AS `mycount`,`tmrwatch`.`recbutton`.`ID` AS `id`,avg(`tmrwatch`.`recweight`.`Weight`) AS `ActualWeight` from (`tmrwatch`.`recbutton` left join `tmrwatch`.`recweight` on(`tmrwatch`.`recweight`.`SrcAddr` = `tmrwatch`.`recbutton`.`SrcAddr` and abs(time_to_sec(timediff(`tmrwatch`.`recbutton`.`InTime`,`tmrwatch`.`recweight`.`MTime`))) < 14)) group by `tmrwatch`.`recbutton`.`ID`
  3. md5=7cdeab2e50b96384abc8bf3adf4410b7
  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 count(`recbutton`.`ID`) AS `mycount`,`recbutton`.`ID` AS `id`,avg(`recweight`.`Weight`) AS `ActualWeight` from (`recbutton` left join `recweight` on(((`recweight`.`SrcAddr` = `recbutton`.`SrcAddr`) and (abs(time_to_sec(timediff(`recbutton`.`InTime`,`recweight`.`MTime`))) < 14)))) group by `recbutton`.`ID`
  13. client_cs_name=utf8
  14. connection_cl_name=utf8_general_ci
  15. view_body_utf8=select count(`tmrwatch`.`recbutton`.`ID`) AS `mycount`,`tmrwatch`.`recbutton`.`ID` AS `id`,avg(`tmrwatch`.`recweight`.`Weight`) AS `ActualWeight` from (`tmrwatch`.`recbutton` left join `tmrwatch`.`recweight` on(`tmrwatch`.`recweight`.`SrcAddr` = `tmrwatch`.`recbutton`.`SrcAddr` and abs(time_to_sec(timediff(`tmrwatch`.`recbutton`.`InTime`,`tmrwatch`.`recweight`.`MTime`))) < 14)) group by `tmrwatch`.`recbutton`.`ID`
  16. mariadb-version=100511