页首 HTML 代码

mysql学习笔记

Having子句用法 - 三匝树 - 博客园
http://cnblogs.com/sanzashu/p/11011227.html

打死也要记住法则1:col
http://xuesql.cn/static/金老师手册.html

自学SQL
http://xuesql.cn

SQL在线学习网 - E2EE网站敏捷开发
http://sample.jimstone.com.cn/xsql/Course/

测试学习 — qa study 1.1 documentation
http://lvjunjie.cn/qa-study/index.html

128d5dff765505645247
http://share.diandi.win/?n=128d5dff765505645247

软件测试从业者,需掌握的基础SQL语句
http://mp.weixin.qq.com/s/3yvhh6C1-U016_rdhUBpTQ

MySQL 两种存储引擎: MyISAM和InnoDB 简单总结 - 散尽浮华 - 博客园
http://cnblogs.com/kevingrace/p/5685355.html

MyISAM与InnoDB 的区别(9个不同点)_数据库_张花生的博客-CSDN博客
http://blog.csdn.net/qq_35642036/article/details/82820178

MySQL的几个概念:主键,外键,索引,唯一索引_数据库_duck_arrow的专栏-CSDN博客
https://blog.csdn.net/duck_arrow/article/details/8264686

用having就一定要和group by连用, 用group by不一有having(它只是一个筛选条件用的)

drop table if exists shop;create table shop (id int( 10 ) AUTO_INCREMENT primary key,name varchar( 255 ) comment #123#) engine=innodb charset=utf8 comment=#shouquan#;

posted @ 2020-03-25 21:25  空桐树  阅读(234)  评论(0)    收藏  举报
页脚 HTML 代码