1.查询主键

select * from sysibm.syskeycoluse where tbname='...'

 

2.查询索引

select * from sysibm.indexs where tbname='...'

相关文章:

  • 2021-05-20
  • 2022-02-11
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-11-30
相关资源
相似解决方案