2016-07-21 18 views
0

當我添加「when」語句時,出現錯誤: 非字母數字字符的非法組合。聲明時的SQL加載器

load data 
preserve blanks 
into table table_name truncate 
when (field_name > '0010000') 
(
..... 
) 

回答

0

and < not accepted in sql loader in this case used when (1:3) != '000'

+0

請編輯並將其添加到您的原始文章,然後刪除該答案。 –