git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3727 248e525c-4dfb-0310-94bc-949c084e9493
19 lines
435 B
Plaintext
19 lines
435 B
Plaintext
LOAD DATA
|
|
INFILE *
|
|
INTO TABLE exception_messages
|
|
REPLACE
|
|
FIELDS TERMINATED BY '|'
|
|
(
|
|
EXCEPTION_NUMBER,
|
|
MESSAGE,
|
|
EXME_TYPE,
|
|
CREATED_BY,
|
|
CREATED_ON,
|
|
EXME_COMMENT,
|
|
UPDATED_BY,
|
|
UPDATED_ON
|
|
)
|
|
BEGINDATA
|
|
1|-20000|This indicates an assertion failure - check ERROR_LOGS|E||24/01/2008|||
|
|
2|-20100|Attempt to upload file failed, file may be over 3 megabytes in size or total files for enquiry exceed 10 megabytes|E||06/02/2008|||
|