MySQL Forums
Forum List  »  Knowledge Base

Re: Struck in the Query
Posted by: Paul Svirin
Date: August 25, 2009 03:31AM

You should try this one:

alter table t1 modify column c1 varchar(30) default '';

Your query is closer to the statement from PostgreSQL. :)

Hope that helps.

----------------------------------
StarWind Software developer (http://www.starwindsoftware.com)

Options: ReplyQuote


Subject
Views
Written By
Posted
2814
August 04, 2009 07:35PM
Re: Struck in the Query
1372
August 25, 2009 03:31AM


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.