Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rename a field...
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00849262
Message ID:
00849265
Vues:
20
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform