NullInterpret
정의된 기호가 텍스트 파일, Excel 파일 또는 인라인 문에서 나올 경우 NULL로 해석됩니다. 이 변수는 사용자 정의 변수입니다.
구문:
NullInterpret
set NullInterpret=' ';
set NullInterpret =;
will not return NULL values for empty cells in Excel, but it will for a CSV text file.
set NullInterpret ='';
will return NULL values for empty cells in Excel.