查看具体一张表的表结构
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
结构修改
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M