05
2016
12

20161203??????-???

????????“???”?????????????????????????????????????????????????

?????????????????????????????????????“????”??????????????????????????????

??????????????????6???????????????????????????????????????????????????????????????????????????????

05
2016
12

20161202??????-?????

????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

05
2016
12

20161201??????-?????

?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

05
2016
12

20161130??????-?????

????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

30
2016
11

SQL exists?in

???????
???——???TDefUser?userid?address,phone????? TAccConsume(userid,time,amount)????????5000??????
?exists:
select * from TDefUser where exists (select 1 from TAccConsume where TDefUser.userid=TAccConsume.userid and TAccConsume.amoun

30
2016
11

oracle - SQL????

1.CBO???????????????????????????????????????????????????(?????????)??????

2.??????????exists ?? in

3.where????????where??????????????where????????????????????????(? a.name='??'???????a????name?'??'?????b???)
select

30
2016
11

oracle - ???(sql?????)

declare
   msg    varchar2(32);
   p_name varchar2(32);
   outresult varchar2(64);
 begin
   p_name := 'xxxx';
   select loginname into MSG from

30
2016
11

oracle - jobs(???)

--??????
declare
  jobno number;
begin
  dbms_job.submit(jobno, --???ID???????
                  what =>'p_update_T_BS;'

30
2016
11

oracle - ???????

1????????????--APPLICANT???
select 'private ' || decode(a.DATA_TYPE,
              'VARCHAR2',
          

30
2016
11

oracle - ???????

??????,???????????????????????Select to_char(t.vdate,'dd'),t.vdate From test_student t;

'yyyy-mm-dd hh24:mi:ss' ?'YYYY-MM-DD HH24:MI:SS'?'yyyy-MM-dd hh24:mi:ss'?'dd'?'DD'?????

1.??????