|
1. date 타입과 timestamp인경우
- insert into t1 ( c_date ) values ( current date ); - insert into t1 ( c_date ) values ( current timestamp ); * jsp페이지 상단에 다음과 같이 처리한다. <meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Pragma" content="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="0">
file로 작성된 sql을 실행시키는 방법은..
SQL>@del_sm_tab 이라고 치시면 됩니다. (확장자명이 sql이면.. 안써줘도 되고.. 그렇지 않은 경우엔 명시해야 합 니다. )
|
||||