evt.srcElement.blur(); } function clickshow(num){ menu = document.getElementById("block"+num); if( menu != null && typeof menu != "undefined" ) { if (menu.style.display=="block"){ menu.style.display="none"; //닫고 } else{ menu.style.display="block";//하위메뉴를 펼친다. } } }

SQL - to_date

SQL - to_date Database/SQL 2008/03/26 11:34
출처

http://database.sarang.net/?inc=read&aid=27503&criteria=oracle&subcrit=&id=&limit=20&keyword=to_time&page=1


select to_date('20080201000000','yyyymmddhh24miss') from dual
Posted by 파란크리스마스
TAG ,
1  ... 39 40 41 42 43 44 45 46 47  ... 105 
하단 사이드바 열기

BLOG main image