查看有哪些表

在SQLITE3下 .tables

查看表结构 

select * from sqlite_master where tbl_name='system';

相关文章:

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