| Drop table customer_stmt_wrapper1;
|
| CREATE TABLE customer_stmt_wrapper1 (
|
| INSERT INTO customer_stmt_wrapper1 VALUES(2, 'iiop');
|
| Drop table customer_stmt_wrapper2;
|
| CREATE TABLE customer_stmt_wrapper2 (
|
| INSERT INTO customer_stmt_wrapper2 VALUES(2, 'iiop');
|
| Drop table customer_stmt_wrapper3;
|
| CREATE TABLE customer_stmt_wrapper3 (
|
| INSERT INTO customer_stmt_wrapper3 VALUES(2, 'iiop');
|
| Drop table customer_stmt_wrapper4;
|
| CREATE TABLE customer_stmt_wrapper4 (
|
| INSERT INTO customer_stmt_wrapper4 VALUES(2, 'iiop');
|
| Drop table customer_stmt_wrapper5;
|
| CREATE TABLE customer_stmt_wrapper5 (
|
| INSERT INTO customer_stmt_wrapper5 VALUES(2, 'iiop');
|