0

I want to store a text of size 70000, but BigSQL Hadoop extrernal table restricts maximum field length to 32762. I do not want to trim or split into multiple columns. Is there any other datatype that let's me to load the full data.

Pari Sairam Mohan
  • 421
  • 1
  • 4
  • 11

1 Answers1

2

You can use CLOB

String types in DB2

juergen d
  • 201,996
  • 37
  • 293
  • 362