zoukankan      html  css  js  c++  java
  • mysql查询哪个表数据量最大

    use information_schema;
    select table_name,table_rows from tables where table_schema='cargo_new' order by table_rows desc limit 3

    -- cargo_new (选择数据库)

    https://www.cnblogs.com/diandiandidi/p/5582309.html

  • 相关阅读:
    11.29
    11.28
    11.24
    11.21
    11.17
    11.15
    11.14
    11.9
    11.5
    11.3
  • 原文地址:https://www.cnblogs.com/angdh/p/9907451.html
Copyright © 2011-2022 走看看