MySQL Forums
Forum List  »  Triggers

Re: create a table
Posted by: William Chiquito
Date: October 23, 2006 09:44AM

Hi ram,

you say something like establishing a value by defect?

CREATE TABLE `tblDemo` (
`IDDemo` INT(10) NOT NULL,
`Demo` CHAR(7) DEFAULT 'ABCDEFG');

Options: ReplyQuote


Subject
Views
Written By
Posted
1959
October 22, 2006 11:31PM
Re: create a table
1425
October 23, 2006 09:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.