Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when adding space in a column alias
Message
 
To
22/10/2004 15:18:27
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00953842
Message ID:
00953851
Views:
15
As in VFP Help for Select -SQL command:
"AS Column_Name
Specifies the heading for a column in the query output. This option is
useful when Select_Item is an expression or contains a field function and
you want to give the column a meaningful name. Column_Name can be an
expression but cannot contain characters (for example, SPACES) that aren't
permitted in table field names"

>select fieldname as "field name" from tablexx
>result in an error
>
>select fieldname as field_name from tablexx
>work fine.
>
>am I doing anything wrong or it can not be done, yet.
>I thought we used to be able to do that. or I am mixing VFP with other tool.
>
>Mo
Previous
Reply
Map
View

Click here to load this message in the networking platform