blob: 1d4ccfd305c4cd0e46ff908e9f0d0b8b5c44b5ff [file] [log] [blame]
drop table customer_stmt_wrapper;
CREATE TABLE customer_stmt_wrapper (
c_id integer not null,
c_phone char(16)
);
INSERT INTO customer_stmt_wrapper VALUES(2, 'shal');