查看具体一张表的表结构

1、如查看"EstDlpFileAttribute"表结构可使用如下命令:

 select * from sqlite_master where type="table" and name="EstDlpFileAttribute";


2、也可以使用如下命令: 注意前面有个英文的句号,后面没有分号

   .schema EstDlpFileAttribute

 

posted on 2021-10-21 10:31  北京开发  阅读(1145)  评论(0)    收藏  举报