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