SnowConvert AI - 파일 형식 유효성 검사

설명

This validation step verifies the file’s structure and indentation. If the average number of characters per line across all input code files is greater than the maximum allowed, the following warning is displayed:

파일 형식 유효성 검사 실패

CREATE TABLE LongLines(

    COL1                                                                                                                                                                                                                                                                                                                                                                                                                                                    VARCHAR(22331) -- this line has more than 500 characters
);

참고

모든 샘플 코드를 보려면 오른쪽으로 스크롤하십시오