Jump to content

terenceyuen

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

terenceyuen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. ALTER TABLE MODIFY advance_call_details varchar(240) NOT NULL DEFAULT 'undefined' Where can I define the table name "claims_summary" in this syntax??
  2. Sorry, can you explain the purpose from the beginning 'undefined' COMMENT 'advances call details' I don't really understand. PS: I'm using Mysql 3.xx
  3. I would like to change the type of Null to NO,what is the command for this? I've tried this one, but no luck to get it work. ALTER TABLE claims_summary ALTER COLUMN advance_call_details SET NOT NULL; +----------------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------------+--------------+------+-----+---------+-------+ | client_id | int(11) | | | 0 | | | client_code | varchar(30) | | PRI | | | | club_id | int(11) | | | 0 | | | club_code | varchar(30) | | PRI | | | | yearclaim | int(10) | | PRI | 0 | | | advance_call | double(16,4) | YES | | 0.0000 | | | additional_call | double(16,4) | YES | | 0.0000 | | | supplementary_call | double(16,4) | YES | | 0.0000 | | | release_call | double(16,4) | YES | | 0.0000 | | | advance_call_details | varchar(240) | YES | | | | +----------------------+--------------+------+-----+---------+-------+
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.