自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

CrazyOnes的博客

The people who are crazy enough to think they can change the world are the ones who do

  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 [Err] 1248 - Every derived table must have its own alias(MySQL报错)

在另一篇MySQL报错的文章 [Err] 1093 - You can't specify target table 'a' for update in FROM clause (MYSQL报错) 中提到了要将查询结果作为一个表来进行一次select查询 代码如下 update archives a, sys_user s set s.username = a.stu_name wher...

2018-11-16 17:23:59 985

原创 [Err] 1093 - You can't specify target table 'a' for update in FROM clause (MYSQL报错)

前几天需要对数据库表做一个略微复杂的更新操作,当时写的语句大概是这样: update archives a, sys_user s set s.username = a.stu_name where s.id = a.id and a.phone IN (select a.phone from archives a, sys_user s where a.p...

2018-11-16 16:28:43 837

计算机网络 系统方法[Peterson/Davie]中文版pdf

计算机网络 系统方法 [美] Larry L.Peterson / [美] Bruce S.Davie 机械工业出版社出版 原书第四版 扫描中文版

2018-02-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除