不要使用long了,建議使用blob/clob
sql語句不支持,前端使用流來讀寫。

解决方案 »

  1.   

    LONG的数据类型,不支持 INSERT INTO TABLE SELECT * FROM TAB;
    语句呀,只能通过别的方法来转换。
      

  2.   

    LONG columns cannot appear in certain parts of SQL statements:GROUP BY clauses, ORDER BY clauses, or CONNECT BY clauses or with the DISTINCT operator in SELECT statements 
    The UNIQUE operator of a SELECT statement 
    The column list of a CREATE CLUSTER statement 
    The CLUSTER clause of a CREATE MATERIALIZED VIEW statement 
    SQL built-in functions, expressions, or conditions 
    SELECT lists of queries containing GROUP BY clauses 
    SELECT lists of subqueries or queries combined by the UNION, INTERSECT, or MINUS set operators 
    SELECT lists of CREATE TABLE ... AS SELECT statements 
    ALTER TABLE ... MOVE statements 
    SELECT lists in subqueries in INSERT statements 
      

  3.   

    难道就是没有办法。
    mssql 的t-sql可是可以处理