GBase 8a
运维管理
文章

Information_schema.tables

发表于2025-12-11 10:36:3028次浏览2个评论

语法:

        Select * from [vc_name.]information_schema.tables {where [table_schema = <database_name>][and table_name = <table_name>]}

功能:

    可查询数据库中的表的信息,详细描述了表所属的库、表类型、创建时间、字符集与校验集、表数据、表所有者、表空间等信息。

评论

登录后才可以发表评论
用户头像
GBase用户28017发表于 7个月前
支持。
GBase用户47954发表于 2个月前
感谢作者的精彩分享!