Sign in
third-party-mirror
/
glassfish
/
36555072a80ef40ec80f10050886ef94e7e70895
/
.
/
appserver
/
tests
/
v2-tests
/
appserv-tests
/
devtests
/
cmp
/
sampleapp
/
sql
/
SampleWebApp_syb.sql
blob: f9b3b3257e4b8a7885be7a43d10427306b5ce332 [
file
] [
log
] [
blame
]
drop
table
COMPOSITEINTSTRINGBEANTABLE
go
create
table
COMPOSITEINTSTRINGBEANTABLE
(
ID INTEGER
not
null
,
NAME VARCHAR
(
255
)
not
null
,
SALARY
double
precision
not
null
,
constraint
PK_COMPOSITEINTSTRINGBEANTABL
primary
key
(
ID
,
NAME
)
)
go