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