Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Declare not work
Message
 
 
À
09/11/2005 11:55:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01066791
Message ID:
01066834
Vues:
21
>1. How to increase the char(4) to Char(5) in field employee number in SQL script ? ALTER COLUMN command is ok or not.

You can do that with ALTER TABLE ... ALTER COLUMN


>2. How to add field at the end of the Orders table in SQL script too ?
>may be ALTER Column command is the right command to do it or not
>
>Orderstable has 2 fields now :
>orderid
>productid
>
>the new field : quantity
>
>with SQL script
ALTER TABLE Orders ADD quantity ...
You can do those modifications in Enterprise Manger and instead of applying them, generate script to see how it is done.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform