Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possitionning Column with (alter table add column)
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Possitionning Column with (alter table add column)
Miscellaneous
Thread ID:
00357653
Message ID:
00357653
Views:
64
Hi All;

Do you know if we can specify the possition of a column added with the alter table command instead of the last possition.

Ex:

CHANGE

Alter Table "MyTable" add column Myfield C(5)

WITH THIS

Alter Table "MyTable" add column(1) Myfield C(5)

Thank's in advance ...
Rock
Next
Reply
Map
View

Click here to load this message in the networking platform