zoukankan      html  css  js  c++  java
  • Creating External Table

    原因:因为操作系统环境不同,所以换行符也不同,要查看数据文件的换行符

    解决方法:

    1、如果是苹果系统类的数据文件,则改为:RECORDS DELIMITED BY 0X'0D'

    2、如果是window系统类的数据文件,则改为:RECORDS DELIMITED BY 0X'0D0A'

    3、如果是unix系统类的数据文件,则改为:RECORDS DELIMITED BY 0X'0A'

  • 相关阅读:
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
  • 原文地址:https://www.cnblogs.com/nizuimeiabc1/p/5130260.html
Copyright © 2011-2022 走看看