查看具體一張表的表結構
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刪除。