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