Sign in
third-party-mirror
/
glassfish
/
3c6930c23e2f1cd28f460ff1133cfa76eaa9a36a
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
transaction
/
txhung
/
sql
/
create_pointbase.sql
blob: 9b80767596390969381218b535cca7861893baba [
file
]
create
table
txAccount
(
account varchar
(
10
),
balance float
);
INSERT
INTO
txAccount
VALUES
(
'A1000'
,
5000
);