摘要: public class Test { public static void main(String[] args) { String s = new String("aaa"); change(s); System.out.println(s); ... 阅读全文
posted @ 2015-05-18 15:32 林_少 阅读(239) 评论(0) 推荐(1) 编辑
摘要: ===============查询方面==========================1、查两表关联列相等的数据用内连接。inner join on2、col_r是col_l的子集时用左外连接。 left outer join on 左表都显示 其余为null3、 col_l是col_r的... 阅读全文
posted @ 2015-05-18 15:29 林_少 阅读(102) 评论(0) 推荐(0) 编辑