Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change exp_x name
Message
 
To
26/08/1999 09:08:12
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00257842
Message ID:
00257854
Views:
18
>i'm makin a query
>select alltrim(field1) +alltrim(field2) from..
>into table my_table...
>
>in the table my_table i got a field called like exp_1 or exp_3
>
>how can i set a name to this field directly from my query?

This should do it:
select alltrim(field1) +alltrim(field2) as myfield from..
into table my_table...

HTH
Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Previous
Reply
Map
View

Click here to load this message in the networking platform