首页 > 代码库 > 如何快速比较查询结果是否一致_转叶大侠
如何快速比较查询结果是否一致_转叶大侠
如何快速比较查询结果是否一致
如何快速比较查询结果是否一致(system@localhost) [tom]> pager md5sum -PAGER set to ‘md5sum -‘(system@localhost) [tom]> select * from users;6004a48a825ef527b3f090290ba9f0c0 -1 row in set (0.00 sec)(system@localhost) [tom]> select * from users;6004a48a825ef527b3f090290ba9f0c0 -#将指令输出的内容保存在文件中..(system@localhost) [tom]> pager cat > /tmp/log.txtPAGER set to ‘cat > /tmp/log.txt‘(system@localhost) [tom]> select now();1 row in set (0.00 sec)(system@localhost) [tom]> system cat /tmp/log.txt+---------------------+| now() |+---------------------+| 2014-07-23 04:17:17 |+---------------------+#将指令输出的内容保存在文件中同时输出到屏幕(system@localhost) [tom]> PAGER cat | tee /tmp/log.txt#将指令输出的内容同时输出到屏幕(system@localhost) [tom]> PAGER tee
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。