blob: 42d5a1681cc5bd3ad79d8530676e70c7d9135c77 [file] [log] [blame]
Drop table TXLEVELSWITCH;
CREATE TABLE TXLEVELSWITCH (
c_id integer not null,
c_phone char(16)
);
INSERT INTO TXLEVELSWITCH VALUES(1, 'wxyz');
INSERT INTO TXLEVELSWITCH VALUES(2, 'pqrs');