Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change the variable name
Message
From
27/03/2006 12:26:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Change the variable name
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01108038
Message ID:
01108038
Views:
49
How i can change the verialbe names when in selection
i want lcode=level when into result table
thanks
SELECT Examtran.lcode, Examtran.sec, Examtran.descr, Examtran.year,;
  Examtran.code, Examtran.name, Examtran.tmax, Examtran.tmin, Examtran.tobt,;
  Examtran.asrank, Examtran.grade, Examtran.perc;
 FROM ;
     examtran;
 WHERE  Examtran.year = ( 2005 );
 INTO TABLE result  
Next
Reply
Map
View

Click here to load this message in the networking platform