OBJECT & REFERENCES -
06-08-2004
, 05:35 AM
Hi.
I've got a problem.
Let's look at this:
CREATE TYPE xxxT AS OBJECT(
d DATE,
something REFERENCES Something(ID)
);
where Something is a table.
It's dosen't work.
Can I make references form object to table ?
Thx,
MD |