예시 썸네일형 리스트형 [DB] SQL*Loader FAQ(bulk insert) 출처: http://www.orafaq.com/wiki/SQL*Loader_FAQ SQL*Loader FAQ From Oracle FAQ Jump to: navigation, search SQL*Loader FAQ: Contents[hide] 1 What is SQL*Loader and what is it used for? 2 How does one use the SQL*Loader utility? 3 How does one load MS-Excel data into Oracle? 4 Is there a SQL*Unloader to download data to a flat file? 5 Can one load variable and fixed length data records? 6 Can one sk.. 더보기 [DB] DECLARE CURSOR(Transact-SQL) 스크롤 동작, 커서가 작동하는 결과 집합을 구축하는 데 사용되는 쿼리 등 Transact-SQL 서버 커서의 특성을 정의합니다. DECLARE CURSOR는 ISO 표준 기반의 구문과 Transact-SQL 확장 집합을 사용하는 구문을 모두 허용합니다. 구문 ISO Syntax DECLARE cursor_name [ INSENSITIVE ] [ SCROLL ] CURSOR FOR select_statement [ FOR { READ ONLY | UPDATE [ OF column_name [ ,...n ] ] } ] [;] Transact-SQL Extended Syntax DECLARE cursor_name CURSOR [ LOCAL | GLOBAL ] [ FORWARD_ONLY | SCROLL ] [ .. 더보기 이전 1 다음