blob: cb74e26a968f8d7ec1eb623b9efe87f54b9a9ac6 [file] [log] [blame]
Drop table customer_stmt_wrapper1;
CREATE TABLE customer_stmt_wrapper1 (
c_id integer not null,
c_phone char(16)
);
INSERT INTO customer_stmt_wrapper1 VALUES(2, 'iiop');
Drop table customer_stmt_wrapper2;
CREATE TABLE customer_stmt_wrapper2 (
c_id integer not null,
c_phone char(16)
);
INSERT INTO customer_stmt_wrapper2 VALUES(2, 'iiop');
Drop table customer_stmt_wrapper3;
CREATE TABLE customer_stmt_wrapper3 (
c_id integer not null,
c_phone char(16)
);
INSERT INTO customer_stmt_wrapper3 VALUES(2, 'iiop');
Drop table customer_stmt_wrapper4;
CREATE TABLE customer_stmt_wrapper4 (
c_id integer not null,
c_phone char(16)
);
INSERT INTO customer_stmt_wrapper4 VALUES(2, 'iiop');
Drop table customer_stmt_wrapper5;
CREATE TABLE customer_stmt_wrapper5 (
c_id integer not null,
c_phone char(16)
);
INSERT INTO customer_stmt_wrapper5 VALUES(2, 'iiop');