会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张碧晨
博客园
首页
新随笔
联系
订阅
管理
2023年7月3日
SQL
摘要: 增insert into table (字段名1,字段2)values(值1,值2);改update 表名 set 字段1=值1,字段2=值2【where条件】;删delete from 表名[where 条件];查select 字段from表名where条件列表group by分组字段列表havi
阅读全文
posted @ 2023-07-03 12:05 张碧晨
阅读(80)
评论(0)
推荐(0)
公告