NullAsNull
NullAsNull 陳述式會關閉先前由 NullAsValue 陳述式設定將
Syntax:
NullAsNull *fieldlist
NullAsValue 陳述式可做為參數,而且在指令碼中使用 NullAsValue 或 NullAsNull 陳述式即可多次開啟或關閉。
Arguments:
引數 | 描述 |
---|---|
*fieldlist | 逗號分隔的欄位清單,其 NullAsNull 應該開啟。 使用 |
Example:
NullAsNull A,B;
LOAD A,B from x.csv;