Firebird SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesFirebird SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 18th, 2005, 06:51 AM
Fredyprogram Fredyprogram is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2005
Posts: 8 Fredyprogram User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 18 m 37 sec
Reputation Power: 0
Alter Column

I have a table with a name COMPANY that has a column "NAME Varchar(25)". I´m trying to alter it to be Varchar(50). How can I do alter it using SQL ?? And I´m trying to alter using IBExpert but it´s giving me this error:

This operation is not defined for system tables.
unsucessful metadata update.

Why do I get this error ???

Thanx

Reply With Quote
  #2  
Old August 19th, 2005, 03:56 AM
IvanP IvanP is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2005
Posts: 12 IvanP User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 7 m 37 sec
Reputation Power: 0
Does this work ?

alter table company
alter name type varchar(50);

Reply With Quote
  #3  
Old August 19th, 2005, 06:35 AM
SilverDB's Avatar
SilverDB SilverDB is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Romania
Posts: 173 SilverDB User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 45 m 53 sec
Reputation Power: 5
Send a message via Yahoo to SilverDB
From FireBird Language Reference:
Code:
ALTER TABLE
Changes a table by adding, dropping, or modifying columns or integrity constraints.
Available in SQL, DSQL, and isql.
Syntax ALTER TABLE table <operation> [, <operation> …];
<operation> = {ADD <col_def>
| ADD <tconstraint>
| ALTER [COLUMN] column_name <alt_col_clause>
| DROP col
| DROP CONSTRAINT constraint}


Posting correct syntax:
"alter table MYTABLE
alter MYCOLUMN varchar(50);"
Comments on this post
pabloj agrees!
__________________
If i've been helpful, please add to my reputation.
My unfinished site: http://www.dever.ro

Last edited by SilverDB : August 19th, 2005 at 06:39 AM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesFirebird SQL Development > Alter Column


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway