Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alter Table ... default
Message
De
14/03/2003 10:09:02
Liam O'Hagan
O'Hagan Programming Ltd
Irlande
 
 
À
14/03/2003 09:56:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00765839
Message ID:
00765849
Vues:
14
Hi Pedro,
Alter Table Table1 ;
  Alter Column Field1 Set Default "-";
  Alter Column Field2 Set Default "-"
Liam


>Hi
>
>i need alter one table , for each field caracter , if want if this field is empty then this field = "-"
>
>i think that , i can use ALTER TABLE ... DEFAULT ,
>
>but i don´t know how use this .
>Can you help me ?
>
>Example : i have this table Table1
>
>Field1 Field2
>Peter
> Brazil
>
>
>
>i want this
>
>
>Field1 Field2
>Peter -
>- Brazil
>
>
>yes , i know that i can make a lot of replaces ...
>but i think is more easy if i make
>
>
>FOR gnCount = 1 TO FCOUNT( )
>	IF Type(FIELD(gnCount) ) = "C"
>		 ALTER TABLE TEMP ;
>		ALTER COLUMN FIELD(gnCount) DEFAULT "-" && how can i do this?
>	ENDIF	
>NEXT
>
>
>
>Thanks
Liam O'Hagan
MCP VFP Desktop Apps
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform