Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql command
Message
From
15/09/2006 10:46:56
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
15/09/2006 10:45:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01154107
Message ID:
01154108
Views:
9
>a sql commmand like
>
>sele cts,cts*.01 from tbinv2 into cursor x
>
>gives the result with the field names as
>
>cts and exp_2
>
>how can i change the field name exp_2 to something more meaningful?
select cts, cts * 0.1 as MeaningfulFieldName;
  from tbinv2;
  into cursor x
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform