1、查询表

SELECT type,name,btl_name,rootpage,sql FROM sqlite_master where type='table' and name='表名'

2、查询索引

SELECT type,name,btl_name,rootpage,sql FROM sqlite_master where type='index' and name='索引名'

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-12-16
  • 2021-12-09
猜你喜欢
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-07-09
相关资源
相似解决方案