| CopyOption | Description | Values |
|---|---|---|
| ON_ERROR | Specifies the error handling for the load operation | CONTINUE | SKIP_FILE | SKIP_FILE_num | 'SKIP_FILE_num%' | ABORT_STATEMENT |
| SIZE_LIMIT | Specifies the maximum size (in bytes) of data to be loaded | <num> |
| PURGE | Remove files after successful load | TRUE | FALSE |
| RETURN_FAILED_ONLY | Return only files that have failed to load | TRUE | FALSE |
| MATCH_BY_COLUMN_NAME | Load semi-structured data into columns in matching the columns names | CASE_SENSITIVE | CASE_INSENSITIVE | NONE |
| ENFORCE_LENGTH | Truncate text strings that exceed the target column length | TRUE | FALSE |
| TRUNCATECOLUMNS | Truncate text strings that exceed the target column length | TRUE | FALSE |
| FORCE | Load files even if loaded before | TRUE | FALSE |
| LOAD_UNCERTAIN_FILES | Load files even if load status unknown | TRUE | FALSE |
Monday, 18 August 2025
COPY - Parameters
Subscribe to:
Post Comments (Atom)
Kiro - Core Features
What is Kiro Kiro is an innovative AI-powered IDE that revolutionizes software development through intelligent assistance and structured wor...
-
Result Cache Stores the results of a query (Cloud Services) Same queries can use that cache in the future Table data has not changed Micro-p...
-
#Sample thislist = [ "apple" , "banana" , "cherry" ] print ( "MyList : " , thislist ) thislist...
-
CREATE INDEX sync_idx_abc ON schemaname.tablename(columnname);
No comments:
Post a Comment