When I enter the following statement in SQLStudio:

CREATE TABLE author
(
   author_id INTEGER,
   author_first_name VARCHAR (128) NOT NULL,
   author_middle_name VARCHAR (128),
   author_last_name VARCHAR (128),
   UNIQUE (author_id)
)

I get a -5006 error 'Missing identifier' even though this is clearly permitted in the reference documentation. Am I missing something?

regards,

Sandy






_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to