Sign in
third-party-mirror
/
glassfish
/
e52046b2c19a24fa5b2c8f2135ef2b874d76de3f
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
cmpsimple
/
sql
/
blob_ora.sql
blob: 5410720ccbf16e66b08f7f09f03d21004e0c0885 [
file
]
drop
table
myblob
;
create
table
myblob
(
id int
primary
key
,
name varchar2
(
100
),
);
insert
into
myblob
values
(
1
,
'AAA'
);