摘要:
Eclipse 代码质量管理插件: 打开Eclipse的Help >Marketplace 搜索SonarLint, 执行Install, 重启Elipse. http://www.cnblogs.com/Maple-leaves/p/6255495.html 阅读全文
posted @ 2017-03-28 20:29
21heshang
阅读(428)
评论(0)
推荐(0)
摘要:
select * from aa where 收货人地址 in (select 收货人地址 from aa) and etdl_end_time in(select min(etdl_end_time) from aaa where 收货人地址 in (select 收货人地址 from aa) g 阅读全文
posted @ 2017-03-28 20:04
21heshang
阅读(227)
评论(0)
推荐(0)
摘要:
创建具有READ ONLY 约束的视图: CREATE OR REPLACE VIEW v_emp AS SELECT empno,ename,sal WHERE deptno = 10 WITH READ ONLY; 索引:index 索引是一种允许直接访问数据表中某一数据行的树形结构,为了提高产 阅读全文
posted @ 2017-03-28 20:03
21heshang
阅读(127)
评论(0)
推荐(0)

浙公网安备 33010602011771号