blob: c58a6e39583609dd97fed232198e8185ab86e9f0 [file]
DROP TABLE ONLYGETCONNECTION;
CREATE TABLE ONLYGETCONNECTION(
name char(20),
num integer
);