MySQL Forums
Forum List  »  Newbie

Re: Error 1064
Posted by: Claude Martin
Date: March 31, 2005 04:28AM

well, as it says you have an error in your code:

destination varchar2(33) not null);

maybe it should be like this:
-> destination varchar(233) not null);

http://animalliberation.tk http://veganismus.ch
http://maqi.de http://tierrechtskochbuch.de

Options: ReplyQuote


Subject
Written By
Posted
March 30, 2005 11:28PM
Re: Error 1064
March 31, 2005 04:28AM
March 31, 2005 08:29AM
March 31, 2005 11:06AM
March 31, 2005 10:22AM
March 31, 2005 10:27AM
March 31, 2005 10:33AM


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.