Sign in
third-party-mirror
/
glassfish
/
0e285f96dbdaa324917fb726d0f0eafd10bcf24e
/
.
/
appserver
/
tests
/
v2-tests
/
appserv-tests
/
devtests
/
cmp
/
copySemantics
/
sql
/
copySemantics_derby.sql
blob: 82fdd0a109ff6dce4f7b6adf9812586ba691949d [
file
]
drop
table
COPYTEST
;
create
table
COPYTEST
(
id int
primary
key
NOT
NULL
,
name VARCHAR
(
100
),
mydate TIMESTAMP
,
blb BLOB
);