12345678910111213141516 |
- TYPE=VIEW
- query=select `tmrwatch`.`tmr`.`ID` AS `ID`,`tmrwatch`.`tmr`.`TNAME` AS `TNAME`,`newestweighttime`.`NewestTime` AS `NewestTime` from (`tmrwatch`.`tmr` join `tmrwatch`.`newestweighttime` on(`tmrwatch`.`tmr`.`DataCaptureNo` = `newestweighttime`.`SrcAddr`))
- md5=a46ea4f5a0cdcad1cea6408767771057
- updatable=0
- algorithm=0
- definer_user=root
- definer_host=localhost
- suid=1
- with_check_option=0
- timestamp=2021-12-05 04:06:49
- create-version=2
- source=select `tmr`.`ID` AS `ID`,`tmr`.`TNAME` AS `TNAME`,`newestweighttime`.`NewestTime` AS `NewestTime` from (`tmr` join `newestweighttime` on((`tmr`.`DataCaptureNo` = `newestweighttime`.`SrcAddr`)))
- client_cs_name=utf8
- connection_cl_name=utf8_general_ci
- view_body_utf8=select `tmrwatch`.`tmr`.`ID` AS `ID`,`tmrwatch`.`tmr`.`TNAME` AS `TNAME`,`newestweighttime`.`NewestTime` AS `NewestTime` from (`tmrwatch`.`tmr` join `tmrwatch`.`newestweighttime` on(`tmrwatch`.`tmr`.`DataCaptureNo` = `newestweighttime`.`SrcAddr`))
- mariadb-version=100511
|