Max Length Of Varchar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 238963
    New Member
    • Aug 2008
    • 3

    Max Length Of Varchar

    Please anyone let me know what is the maximum length of varchar datatype in db2 tat can we use
  • ganeshmn25
    New Member
    • Aug 2008
    • 28

    #2
    Hi dude,

    In IBM DB2 Maximum length of a VARCHAR column 32767 bytes


    Regards

    Padmanaban.N

    DB2 Database Associate

    Comment

    • spider007
      New Member
      • Jan 2007
      • 27

      #3
      Keep in mind though that you will have to create a tablespace and a bufferpool of size 32K if you want to use varchar of that size.

      Also, I am not really sure whether it will accept 32767.

      Comment

      Working...