blob: 5c3386296ce8a5f85db54da9fb921cc0761926a1 [file] [log] [blame]
DROP TABLE NONACC;
CREATE TABLE NONACC(
name char(20),
num integer
);