INSERT //오늘날짜 자동입력 (sysdate)insert into sale_plan values('1309094885','S12011','xxxxxx',5,25000000,'1/4','1234',sysdate); //기타 포맷형식으로 입력insert into sale_plan values('1309094885','S12011','xxxxxx',5,25000000,'1/4','1234',to_date('09-09-2013 12:14:11','mm-dd-yyyy hh24:mi:ss')); SELECT //포맷에 맞춰서 출력하기select to_char(writerdate, 'yyyy-mm-dd hh24:mi:ss') from sale_plan; 출처 http://blog.naver.com/xerosda..
select initcap(ID) from student where deptno1 = 201; select initcap('Pretty girl') from dual; select name 이름, id, lower(ID) 소문자, upper(id) 대문자 from student where deptno1 =201; select name 이름, id, length(id) 글자수 from student where length(id) > 9; select name 이름, length(name), lengthb(name) from student where deptno1 = 201; select concat(name, position) from professor where deptno=101; select subs..
- Total
- Today
- Yesterday
- 데이터베이스
- 정렬
- 졸업작품
- 잡담
- 충북대
- 소켓
- 파이썬
- 도전과제
- 자바스크립트
- 배열
- 알고리즘
- 안드로이드
- 이론
- SQL
- jsp
- ERP
- 자바
- CSS
- JQuery
- 청주
- SVN
- 오라클
- 게임
- HTML
- 아두이노
- 정보
- 프로젝트
- db
- 메모장
- 클래스
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |