Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I rename a field in a table of SQL Server ?
Message
De
25/10/2002 17:00:53
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00715641
Message ID:
00715659
Vues:
16
>How can I rename a field in a table of SQL Server ?
>
>I'm trying this syntax:
>
>? SQLEXEC(lnHandle, [alter table cd_colegio rename column 'Nome' to 'Colegio'])
>
>but I have no success with this code.
>
? SQLEXEC(lnHandle, [execute sp_rename 'cd_colegio.Nome','Colegio','COLUMN'])
----------------------------------
António Tavares Lopes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform