摘要:
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
林_少
阅读(250)
评论(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
林_少
阅读(109)
评论(0)
推荐(0)

浙公网安备 33010602011771号