查看具体一张表的表结构
1、如查看"EstDlpFileAttribute"表结构可使用如下命令:
select * from sqlite_master where type="table" and name="EstDlpFileAttribute";
2、也可以使用如下命令: 注意前面有个英文的句号,后面没有分号
.schema EstDlpFileAttribute
1、如查看"EstDlpFileAttribute"表结构可使用如下命令:
select * from sqlite_master where type="table" and name="EstDlpFileAttribute";
2、也可以使用如下命令: 注意前面有个英文的句号,后面没有分号
.schema EstDlpFileAttribute
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。