Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter Table
Message
From
11/02/2004 13:43:32
 
 
To
11/02/2004 13:31:28
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00876356
Message ID:
00876362
Views:
9
>I need to change a field name in an existing table.
>What is the syntax to do this with the Alter Tavle command?

HiJohn

Here is two ways
Alter TABLE mytable ADD COLUMN mybrandnew c(10,0) NOT NULL

*or 

Alter TABLE mytable ALTER COLUMN mybrandnew c(10,0)
HTH

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform