Sign in
third-party-mirror
/
glassfish
/
9a68cc8076d14c77aba791fd5c955b7c7a175593
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
notxconn
/
test1
/
sql
/
create_pointbase.sql
blob: 2d3d1a2c923a7243202b1636dc1e6508e8cf6834 [
file
]
DROP
TABLE
NOTXCONNTABLE
;
CREATE
TABLE
NOTXCONNTABLE
(
name char
(
20
),
num integer
);