2018年7月16日

摘要: 1 判空 SELECT ENAME FROM EMP WHERE MGR IS NULL; 2 索引 不适合建立索引的情况 1. 很少使用或参考的列 2. 只有很少数据值的列 3. 定义为image, text, bit 数据类型的列 3 若空改变 1若为空则取2 oracle - nvl(expr 阅读全文
posted @ 2018-07-16 22:10 你的踏板车要滑向哪里 阅读(113) 评论(0) 推荐(0)
摘要: 实体类 1 import java.util.Date; 2 3 public class User { 4 private Integer id; 5 private String username; 6 private Integer sex; 7 private Integer age; 8 阅读全文
posted @ 2018-07-16 22:00 你的踏板车要滑向哪里 阅读(223) 评论(0) 推荐(0)

导航