- 博客(1)
- 收藏
- 关注
原创 DB2 添索引
select * from syscat.indexes where tabname = '表名';添加 索引 create index 索引名 on 表名(列名,列名)drop index 索引名。
2022-08-26 10:47:57
3733
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人