• ADADADADAD

    Mysql常用命令锦集[ mysql数据库 ]

    mysql数据库 时间:2024-12-25 09:56:55

    作者:文/会员上传

    简介:

    1、统计指定数据库中的表的行数:use information_schema;select table_name,table_rows from tables where TABLE_SCHEMA = 'databasename' order by table_rows desc;

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    1、统计指定数据库中的表的行数:

    use information_schema;
    select table_name,table_rows from tables where TABLE_SCHEMA = 'databasename' order by table_rows desc;

    Mysql常用命令锦集.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载
    热门标签: mysql命令锦集