会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
SolidMango
Algorithm/Patterns/Languages --1 and 0 are the whole world, but 1 and 0 are not enough..
博客园
首页
新随笔
联系
订阅
管理
2020年11月16日
sqlite3 查看表结构
摘要: 如果想列出该数据库中的所有表,可: .tables 如果想查看这些表的结构: select * from sqlite_master where type="table"; 默认情况下,不会出现红框中的表头,需要之前设置,命令为: .header on 如果只想查看具体一张表的表结构,比如查看emp
阅读全文
posted @ 2020-11-16 14:47 SolidMango
阅读(15638)
评论(0)
推荐(1)
编辑
公告