Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter Table ... default
Message
From
14/03/2003 09:56:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Alter Table ... default
Miscellaneous
Thread ID:
00765839
Message ID:
00765839
Views:
34
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


Pedro Silva

world is wonderful with your help .

Next
Reply
Map
View

Click here to load this message in the networking platform