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