2013-09-09

15분 전 데이터

select text from dba_source as of TIMESTAMP (SYSTIMESTAMP - INTERVAL
'15' MINUTE) where name = 'QP_SPLMR_002_NX' order by line;

'15'는 15분 전 날려먹은거

2013-09-03

부모창에서 데이터 넘기고 자식창에서 데이터 받기

부모창에서

var arr = window.showModalDialog("ReqTemplatePop.aspx?req_result_no=" + $F("hidReqResultNo"), window, "dialogWidth:700px; dialogHeight:450px;scroll:no;status:no;center:1;");
    

자식창에서
      g_req_result_no = swindow.hidReqResultNo.value;