create table test_num ( var1 numeric(10,3) ) ; insert into test_num ( var1 ) values ( 10.12); select var1 + 1 from test_num select var1 + 10.2 from test_num select var1 + cast ( to_number('10.23','00.00') as numeric(10,4) ) from test_num select to_number('10.23','00.000') from db_root create table test_data1 ( var1 numeric(10,0) , var2 integer ); insert into test_data1 ( var1, var2 ) values ( 10..
create table test_data1 ( int_data int, char_date varchar(8) default to_char(sysdate,'YYYYMMDD') not null ); CREATE INDEX ON test_data1 (char_date); create table test_data2 ( int_data int, char_date date default sysdate not null ); CREATE INDEX ON test_data2 (char_date); create table test_data3 ( int_data int, char_date timestamp default systimestamp not null ); CREATE INDEX ON test_data3 (char_..
- Total
- Today
- Yesterday
- 바이오해킹
- 커뮤니케이션의 7가지 나쁜 습관들
- 일본전산
- 구조주의 인류학
- oracle
- 브레인피드백
- DB
- 셀프 조인
- auto increment
- 꿈
- 프로젝트
- shared everything
- 오라클
- 구글
- CUBRID
- ChatGPT
- 아웃라이어
- NHN 면접
- 다짐
- getGeneratedKeys
- 디자인패턴
- shared all
- 데이터과학
- 퇴사
- 성공의길
- Datapump
- 카이에 소바주 시리즈
- 습관의힘
- 튜닝
- 큐브리드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |