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