intern 方法会从字符串常量池中查询当前字符串是否存在,若不存在就会将当前字符串放入常量池String a=new String("hello").intern(); String b="hello"; System.out.println(a==b);//String a=new String("hello"); a.intern(); String b="hello"; System.ou
取结果的交集,union对两个结果集进行并集操作,不包括重复行,相当于distinct,同时进行默认规则的排序;union all:对两个结果集进行并集操作,包括重复行,即所有的结果全部显示,不管是不是重复
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号