• ADADADADAD

    mysql show 语句[ mysql数据库 ]

    mysql数据库 时间:2024-12-24 19:12:14

    作者:文/会员上传

    简介:

    help show;显示show语句语法show databases;显示可用数据库show tables;显示可用数据表show columns from tb_name;显示表的列describe tb_name;显示表的列show status;显示

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

    help show;显示show语句语法

    show databases;显示可用数据库
    show tables;显示可用数据表
    show columns from tb_name;显示表的列
    describe tb_name;显示表的列
    show status;显示广泛的服务器状态信息
    show create database;显示创建特定数据库的语句
    show create table;显示创建特定数据表的语句
    show errors;显示服务器错误信息
    show warning;显示服务器警告信息


    mysql show 语句.docx

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

    推荐度:

    下载
    热门标签: mysql