MySQL Forums
Forum List  »  General

sql script error
Posted by: kamran shahid
Date: April 20, 2005 11:16PM

what is wrong in this script


CREATE TABLE References (
ref_id INTEGER NOT NULL,
ReferenceName BLOB(100) NULL,
ReferencesOrganizationName BLOB(400) NULL,
TelephoneNumber BLOB(20) NULL,
EmailAddress BLOB(100) NULL,
IsProfessionalReference BLOB(1) NULL,
ReferencesDesignation BLOB(100) NULL,
CvId INTEGER NOT NULL,
CVCategoryID SMALLINT NULL
);


run in older version but not in the newer one

Options: ReplyQuote


Subject
Written By
Posted
sql script error
April 20, 2005 11:16PM
April 21, 2005 03:20PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.