会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yangcube
博客园
首页
新随笔
联系
管理
订阅
2017年10月18日
数据库基本操作
摘要: 测试过程中会用到的数据库基本知识: 1、查看数据库结构:desc name; 2、查询表中的所有列:select * from name; 3、查询表中所挑选的列:select sex,name,id from name; 4、查询某一行:select * from name where id=''
阅读全文
posted @ 2017-10-18 15:33 yangcube
阅读(347)
评论(0)
推荐(0)
公告