c***@us.ibm.com
2007-09-11 20:32:09 UTC
Hello everyone.
I'm trying to make a undefined data type (UDT) in DB2 v8.2
but there seems to be an error at line 3 it says.
CREATE SCHEMA"M";
CREATE DISTINCT TYPE OBJECTLINK AS DECIMAL (9,2);
CREATE TABLE "M".
"agent"
(
"aIndMACAddress"
OBJECTLINK
,
"EventCorrelator"
VARCHAR(1024)
..
...
Any ideas on the syntax or what I'm doing wrong? I'm putting this in the .ddl and loading it with Rational Software Architect.
I'm trying to make a undefined data type (UDT) in DB2 v8.2
but there seems to be an error at line 3 it says.
CREATE SCHEMA"M";
CREATE DISTINCT TYPE OBJECTLINK AS DECIMAL (9,2);
CREATE TABLE "M".
"agent"
(
"aIndMACAddress"
OBJECTLINK
,
"EventCorrelator"
VARCHAR(1024)
..
...
Any ideas on the syntax or what I'm doing wrong? I'm putting this in the .ddl and loading it with Rational Software Architect.