Create a table.... [message #371223] |
Wed, 20 September 2000 05:33 |
Samuel
Messages: 17 Registered: September 2000
|
Junior Member |
|
|
I am working with oracle7 workgroup server.
I must create a table in witch there are three colums:
the first is a varchar2, the second is Nvarchar2 and the third is Nclob.
I wroto so:
CREATE TABLE XXX (NAME VARCHAR2(34), XYZ NVARCHAR2, YYYY NCLOB);
but oracle give me an error ora - 00902 (invalid type).
why? How can I to create a table similar?
I'm sorry for my bad english and I thank you for the answer
|
|
|
|