摘要: package com.franson.study.util; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Iterator; import java.util.List; impor... 阅读全文
posted @ 2016-07-15 16:01 Franson 阅读(6465) 评论(0) 推荐(0) 编辑
摘要: 1.仅在where子句中的连接 SQL 代码 --这次提取的数据都是VIP,且包括新增的,所以顺便更新客户类别 update customers a -- 使用别名 set customer_type='01' --01 为vip,00为普通 where exists (select 1 from 阅读全文
posted @ 2016-07-15 11:19 Franson 阅读(385) 评论(0) 推荐(0) 编辑