Sign in
third-party-mirror
/
glassfish
/
f4dc06aafef4b1fc8c27862a2229ae83c69d8b7a
/
.
/
appserver
/
tests
/
v2-tests
/
appserv-tests
/
devtests
/
cmp
/
copySemantics
/
sql
/
copySemantics_pbs.sql
blob: 08a2e7fc9f66835ebe04aafb9374013c4b8bdb1f [
file
] [
log
] [
blame
]
drop
table
COPYTEST
;
create
table
COPYTEST
(
id int
primary
key
,
name VARCHAR2
(
100
),
mydate DATE
,
blb BLOB
(
10
k
)
);
commit
;