Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLExec and Select...
Message
From
11/03/2004 07:10:26
 
 
To
10/03/2004 22:36:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00885079
Message ID:
00885136
Views:
14
lcAliasMapa=LOWER(SYS(2015))			
SELECT * FROM (m.lcAliasTmp) INTO TABLE '.\tmp\'+m.lcAliasMapa READWRITE
ALTER TABLE (m.lcAliasMapa) ADD COLUMN DataI D
* but best is
lcAliasMapa=LOWER(SYS(2015))
SELECT *,{} DataI FROM (m.lcAliasTmp) INTO TABLE '.\tmp\'+m.lcAliasMapa READWRITE
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform