db2 COLUMN DEFINITION

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • foxnews
    New Member
    • Sep 2007
    • 1

    db2 COLUMN DEFINITION

    Hi,
    I'm going to alter a table. I have to give instructions to a developer in India to
    add a column.
    The column can have values such as : +Ay or 99? or #@$, or 91$?
    How should I define it, as an integer or????????????? ?

    Regards,
    FOXNEWS
  • Peter55
    New Member
    • Oct 2007
    • 9

    #2
    What other limitations do you have?
    CHAR or VARCHAR would work.
    Why do you wish to use INTEGER?

    Comment

    Working...