摘要:
1:有条件的insert all when customer_id = 1000 and customer_id < 10000 then into medium_customers else into large_customers select customer_id, sum_o... 阅读全文
摘要:
父类package test;public class Parent { public static int a = menthod2(); public int b = 11; { System.out.println("父快类的非静态块"); } static { System.out.println("父类的静态块"); } public Parent(){ System.out.println("父类的构造函数"); } public static void menthod(){ System.out.println(&quo 阅读全文
摘要:
1常见视图select sid from v$mystat where rownum=1;(当前会话id)select sid,type,id1,id2,request,lmode,block from v$lock where type in ('TM','TX');(查看锁对象)--block=1 说明它阻塞了其他会话select machine from v$session where sid in(158);(查看访问的主机名称)select object_name ,subobject_name from dba_objects where objec 阅读全文