摘要:
连表查询 select a, b, c from table_a tb_a left (right) join table_b tb_b on tb_a.id = tb_b.id left : table_a, table_b 左边不满足条件的也返回 right : table_a, table_b 阅读全文
摘要:
表为单独表,树结构 layer共有4层, 此sql为通过id list 查询出 layer = 2 的 id 个数 id , parent_id, layer SELECT COUNT(DISTINCT ID) AS countFROM ( SELECT DISTINCT parent_geogra 阅读全文
摘要:
总结 http://study.163.com/course/courseMain.htm?courseId=1003746011 学习视频内容 1.最左前缀原则 创建索引 (a, b, c) 相当创建3个索引 分别为 a, a_b,a_b_c 三个索引可以使用 当b+树的数据项是复合的数据结构,比 阅读全文
摘要:
学习最全地址 : http://pan.baidu.com/share/home?uk=4076915866&view=share#category/type=0 //个人http://pan.baidu.com/share/home?uk=3560277524&view=share#categor 阅读全文
摘要:
java基础相关连 http://how2j.cn/ 易佰教程 http://www.yiibai.com/ 跟我学spring 和 springmvc http://jinnianshilongnian.iteye.com/blog/1752171 git 学习 http://www.liaoxu 阅读全文