Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 이클립스
- Java
- 연산자
- Operator
- Servlet
- 코딩
- 자료형
- 오라클
- datatype
- sqldeveloper
- 오류
- 삐옥
- 개발자
- JS
- variable
- From
- oracle
- HTML
- 서블릿
- 에러
- 오라클오류
- 변수
- 자바
- SQL
- function
- select
- error
- CSS
- VisualStudioCode
- Eclipse
Archives
- Today
- Total
목록ORA-01438 (1)
뇨내
ORA-01438
point : 17행 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 create table tblType( -- 테이블 선언 num number(4,2) ); --결과테이블(ResultTable) or 결과셋(ResultSet) Select * From tblType; -- 테이블에서 데이터 가져오기 desc tblType; -- 컬럼 및 자료형 확인용 -- 테이블에 데이터 추가하기 -- number(4,2)에선 에러 -99.99 ~ +99.99까지 넣을 수 있다. insert into tblType (num) values (100); --ORA-01438: value larger than specified precision allowed for this colum..
Error/SQL
2021. 11. 13. 02:19