Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change the variable name
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01108038
Message ID:
01108040
Views:
15
SELECT Examtran.lcode AS level, ...
>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
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform