DECLARE
data1 CLOB;
BEGIN
data1 := '데이터';
insert into cData values( data1 );
commit;
END;
'프로그래밍 > DB SQL' 카테고리의 다른 글
sqlite의 nvl (0) | 2013.05.25 |
---|---|
sqlite 백업 (0) | 2013.04.08 |
SQLite 데이터 타입 (0) | 2012.10.15 |
/*+ ORDERED USE_NL( B A)*/ 힌트 (0) | 2012.10.01 |
[오라클] sqlplus 접속 명령어 (0) | 2012.09.26 |
[오라클 sql]case when 조건 then 리턴값1 else 리턴값2 end (0) | 2012.09.19 |
오라클 계층구조 쿼리 START with ~ connect by PRIOR (0) | 2012.08.29 |
댓글