Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rename a field...
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00849262
Message ID:
00849265
Views:
19
>How do you programmatically rename a field name in SQL?
>or
>what is the equal syntax of this VFP command?
>
>ALTER TABLE userfl rename dob to DateOfBirth
sp_rename 'userfl.dob', 'DateOfBirth', 'column'
And it gives a warning that it may affect stored procedure code :)
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform