blob: 637a7c56c126617e02791740a90d489609fcd0b9 [file] [log] [blame]
Drop table O_Customer;
CREATE TABLE O_Customer (
c_id integer not null,
c_phone char(16)
);
INSERT INTO O_CUSTOMER VALUES (0, 'abcd');
INSERT INTO O_CUSTOMER VALUES (1, 'pqrs');