Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ALTER TABLE syntax
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00160354
Message ID:
00160362
Views:
20
Michel,
ALTER TABLE mytable ;
  ADD COLUMN MyField1 C(10) ;
  ADD COLUMN MyField2 C(10) ...
The key is that there's no comma or anything else between ADD COLUMNs.

>Is there a way with ALTER TABLE to add more than one field without having to
redo the ALTER TABLE command?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform