GBase 8s
运维管理
问答
问题3
发表于2025-11-06 18:55:5636次浏览3个评论
如何查看表 mytab 有哪些索引?
A
show indexes;B
show indexes for mytab;C
select \* from sysindexes where tabname='mytab';D
select \* from sysindexes where tabid in(select tabid from systables where tabname='mytab');
评论
登录后才可以发表评论
热门帖子
- 12025-12-01浏览数:182763
- 22023-05-09浏览数:25057
- 42023-09-25浏览数:18525
- 52020-05-11浏览数:17528