Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
増やすことができる文字数の制限はありcf_sql_longvarcharますか、それとも代替手段ですか? 43,679 文字または 40 ~ 45 kb あたりで切り捨てられているようです。
cf_sql_longvarchar
通常、CLOB と を組み合わせLong Text Bufferて問題を解決します。
Long Text Buffer
以下の例は、大量のデータを移動する必要があることがわかっているクエリに対してのみ使用します。JVMメモリの問題が発生する可能性があるため、私はそれを普遍的に使用しません。